Html Css Color HEX #D8D96A Goldenrod

📋 copy color: '#D8D96A'

red 216 ◦ green 217 ◦ blue 106

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

Shades of Goldenrod #D8D96A

Tints of Goldenrod #D8D96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.67%

R = 40.07%
G = 40.26%
B = 19.67%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D8D96A (or 0xD8D96A) is known color: Goldenrod. HEX triplet: D8, D9 and 6A. RGB value is (216,217,106). Sum of RGB (Red+Green+Blue) = 216+217+106=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D96A is #272695. Grayscale: #CCCCCC. Windows color (decimal): -2565782 or 7002584. OLE color: 7002584.

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

Color convert

RGB 216 217 106 -
CMYK 0.00 0 0.51 0.15
HSL 60.54º 0.59% 0.63% -
HSV(B) 60.54º 0.51% 0.85% -
XYZ 55.73 65.27 23.3 -
YUV 204.05 72.67 136.53 -
System Red Green Blue C M Y K H S L
Decimal 216 217 106 0.00 0 0.51 0.15 60.54 0.59 0.63
Hex D8 D9 6A 0 0 33 F 3D 3B 3F
Octal 330 331 152 0 0 63 17 75 73 77
Binary 11011000 11011001 1101010 0 0 110011 1111 111101 111011 111111

Color Harmonies of #D8D96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D96A

Black with #D8D96A

Text Example


Text Example

White with #D8D96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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