Html Css Color HEX #D8D96C Goldenrod

📋 copy color: '#D8D96C'

red 216 ◦ green 217 ◦ blue 108

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

Shades of Goldenrod #D8D96C

Tints of Goldenrod #D8D96C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.11%

 BLUE value IS 108 (42.58% from 255) = 19.96%

R = 39.93%
G = 40.11%
B = 19.96%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8D96C (or 0xD8D96C) is known color: Goldenrod. HEX triplet: D8, D9 and 6C. RGB value is (216,217,108). Sum of RGB (Red+Green+Blue) = 216+217+108=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 108 (42.58% from 255 or 19.96% from 541); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D96C is #272693. Grayscale: #CCCCCC. Windows color (decimal): -2565780 or 7133656. OLE color: 7133656.

HSL color Cylindrical-coordinate representation of color #D8D96C: hue angle of 60.55º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8D96C is Cyan = 0.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 217 108 -
CMYK 0.00 0 0.50 0.15
HSL 60.55º 0.59% 0.64% -
HSV(B) 60.55º 0.5% 0.85% -
XYZ 55.84 65.31 23.85 -
YUV 204.28 73.67 136.36 -
System Red Green Blue C M Y K H S L
Decimal 216 217 108 0.00 0 0.50 0.15 60.55 0.59 0.64
Hex D8 D9 6C 0 0 32 F 3D 3B 40
Octal 330 331 154 0 0 62 17 75 73 100
Binary 11011000 11011001 1101100 0 0 110010 1111 111101 111011 1000000

Color Harmonies of #D8D96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D96C

Black with #D8D96C

Text Example


Text Example

White with #D8D96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D96C; }

 p { color: rgb(216,217,108); }

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

background-color css

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

 a { background-color: rgb(216,217,108); }

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

border-color css

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

 span { border-color: rgb(216,217,108); }

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