Html Css Color HEX #D8DC6D Goldenrod

📋 copy color: '#D8DC6D'

red 216 ◦ green 220 ◦ blue 109

#D8DC6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #D8DC6D

Tints of Goldenrod #D8DC6D

RGB

 RED value IS 216 (84.77% from 255) = 39.63%

 GREEN value IS 220 (86.33% from 255) = 40.37%

 BLUE value IS 109 (42.97% from 255) = 20%

R = 39.63%
G = 40.37%
B = 20%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#D8DC6D (or 0xD8DC6D) is known color: Goldenrod. HEX triplet: D8, DC and 6D. RGB value is (216,220,109). Sum of RGB (Red+Green+Blue) = 216+220+109=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 109 (42.97% from 255 or 20% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DC6D is #272392. Grayscale: #CECECE. Windows color (decimal): -2565011 or 7199960. OLE color: 7199960.

HSL color Cylindrical-coordinate representation of color #D8DC6D: hue angle of 62.16º 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 #D8DC6D is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 220 109 -
CMYK 0.02 0 0.50 0.14
HSL 62.16º 0.61% 0.65% -
HSV(B) 62.16º 0.5% 0.86% -
XYZ 56.67 66.89 24.39 -
YUV 206.15 73.17 135.03 -
System Red Green Blue C M Y K H S L
Decimal 216 220 109 0.02 0 0.50 0.14 62.16 0.61 0.65
Hex D8 DC 6D 2 0 32 E 3E 3D 41
Octal 330 334 155 2 0 62 16 76 75 101
Binary 11011000 11011100 1101101 10 0 110010 1110 111110 111101 1000001

Color Harmonies of #D8DC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DC6D

Black with #D8DC6D

Text Example


Text Example

White with #D8DC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DC6D; }

 p { color: rgb(216,220,109); }

 H1.HeaderClassName
 {
   color: #D8DC6D;
 }
 .AnyTagClassName
 {
   color: #D8DC6D;
 }
</style>

background-color css

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

 a { background-color: rgb(216,220,109); }

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

border-color css

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

 span { border-color: rgb(216,220,109); }

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