#D6E07C

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

Shades of Goldenrod #D6E07C

Tints of Goldenrod #D6E07C

Color information

#D6E07C (or 0xD6E07C) is unknown color: approx Goldenrod. HEX triplet: D6, E0 and 7C. RGB value is (214,224,124). Sum of RGB (Red+Green+Blue) = 214+224+124=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 124 (48.83% from 255 or 22.06% from 562); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E07C is #291F83. Grayscale: #D2D2D2. Windows color (decimal): -2695044 or 8184022. OLE color: 8184022.

HSL color Cylindrical-coordinate representation of color #D6E07C: hue angle of 66º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6E07C is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB214224124-
CMYK0.0400.450.12
HSL66º61.73%68.24%-
HSV(B)66º44.64%87.84%-
XYZ58.0369.0629.34-
YUV209.6179.69131.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.08%
GREEN value IS 224 (87.89% from 255) = 39.86%
BLUE value IS 124 (48.83% from 255) = 22.06%
R=38.08%
G=39.86%
B=22.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142241240.0400.450.126661.7368.24
HexD6E07C402DC423e44
Octal32634017440551410276104
Binary110101101110000011111001000101101110010000101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E07C; }

 p { color: rgb(214,224,124); }

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

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

 a { background-color: rgb(214,224,124); }

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

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

 span { border-color: rgb(214,224,124); }

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