#D8DE6A

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

Shades of Goldenrod #D8DE6A

Tints of Goldenrod #D8DE6A

Color information

#D8DE6A (or 0xD8DE6A) is unknown color: approx Goldenrod. HEX triplet: D8, DE and 6A. RGB value is (216,222,106). Sum of RGB (Red+Green+Blue) = 216+222+106=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DE6A is #272195. Grayscale: #CFCFCF. Windows color (decimal): -2564502 or 7003864. OLE color: 7003864.

HSL color Cylindrical-coordinate representation of color #D8DE6A: hue angle of 63.1º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8DE6A is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB216222106-
CMYK0.0300.520.13
HSL63.1º63.74%64.31%-
HSV(B)63.1º52.25%87.06%-
XYZ57.0467.8823.73-
YUV206.9871.01134.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.71%
GREEN value IS 222 (87.11% from 255) = 40.81%
BLUE value IS 106 (41.80% from 255) = 19.49%
R=39.71%
G=40.81%
B=19.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162221060.0300.520.1363.163.7464.31
HexD8DE6A3034D3f4040
Octal33033615230641577100100
Binary11011000110111101101010110110100110111111110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DE6A; }

 p { color: rgb(216,222,106); }

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

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

 a { background-color: rgb(216,222,106); }

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

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

 span { border-color: rgb(216,222,106); }

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