#D6D469

Color #D6D469 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #D6D469

Tints of Goldenrod #D6D469

Color information

#D6D469 (or 0xD6D469) is unknown color: approx Goldenrod. HEX triplet: D6, D4 and 69. RGB value is (214,212,105). Sum of RGB (Red+Green+Blue) = 214+212+105=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D469 is #292B96. Grayscale: #C8C8C8. Windows color (decimal): -2698135 or 6935766. OLE color: 6935766.

HSL color Cylindrical-coordinate representation of color #D6D469: hue angle of 58.9º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6D469 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB214212105-
CMYK00.010.510.16
HSL58.9º57.07%62.55%-
HSV(B)58.9º50.93%83.92%-
XYZ53.8262.422.57-
YUV200.474.16137.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 212 (83.20% from 255) = 39.92%
BLUE value IS 105 (41.41% from 255) = 19.77%
R=40.30%
G=39.92%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421210500.010.510.1658.957.0762.55
HexD6D4690133103b393f
Octal326324151016320737177
Binary110101101101010011010010111001110000111011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D469; }

 p { color: rgb(214,212,105); }

 H1.HeaderClassName
 {
   color: #D6D469;
 }
 .AnyTagClassName
 {
   color: #D6D469;
 }
</style>
background-color css

<style>
 a { background-color: #D6D469; }

 a { background-color: rgb(214,212,105); }

 div.DivClassName
 {
   background-color: #D6D469;
 }
 .BgClassName
 {
   background-color: #D6D469;
 }
</style>
border-color css

<style>
 span { border-color: #D6D469; }

 span { border-color: rgb(214,212,105); }

 td.TdClassName
 {
   border-color: #D6D469;
 }
 .TagClassName
 {
   border-color: #D6D469;
 }
</style>