#D6DC6F

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

Shades of Goldenrod #D6DC6F

Tints of Goldenrod #D6DC6F

Color information

#D6DC6F (or 0xD6DC6F) is unknown color: approx Goldenrod. HEX triplet: D6, DC and 6F. RGB value is (214,220,111). Sum of RGB (Red+Green+Blue) = 214+220+111=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 111 (43.75% from 255 or 20.37% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DC6F is #292390. Grayscale: #CECECE. Windows color (decimal): -2696081 or 7331030. OLE color: 7331030.

HSL color Cylindrical-coordinate representation of color #D6DC6F: hue angle of 63.3º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6DC6F is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB214220111-
CMYK0.0300.500.14
HSL63.3º60.89%64.9%-
HSV(B)63.3º49.55%86.27%-
XYZ56.1966.6324.94-
YUV205.7874.51133.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.27%
GREEN value IS 220 (86.33% from 255) = 40.37%
BLUE value IS 111 (43.75% from 255) = 20.37%
R=39.27%
G=40.37%
B=20.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142201110.0300.500.1463.360.8964.9
HexD6DC6F3032E3f3d41
Octal3263341573062167775101
Binary1101011011011100110111111011001011101111111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DC6F; }

 p { color: rgb(214,220,111); }

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

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

 a { background-color: rgb(214,220,111); }

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

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

 span { border-color: rgb(214,220,111); }

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