Html Css Color HEX #D8D46A Goldenrod

📋 copy color: '#D8D46A'

red 216 ◦ green 212 ◦ blue 106

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

Shades of Goldenrod #D8D46A

Tints of Goldenrod #D8D46A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.7%

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

R = 40.45%
G = 39.7%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D8D46A (or 0xD8D46A) is known color: Goldenrod. HEX triplet: D8, D4 and 6A. RGB value is (216,212,106). Sum of RGB (Red+Green+Blue) = 216+212+106=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D46A is #272B95. Grayscale: #C9C9C9. Windows color (decimal): -2567062 or 7001304. OLE color: 7001304.

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

Color convert

RGB 216 212 106 -
CMYK 0 0.02 0.51 0.15
HSL 57.82º 0.59% 0.63% -
HSV(B) 57.82º 0.51% 0.85% -
XYZ 54.46 62.73 22.87 -
YUV 201.11 74.33 138.62 -
System Red Green Blue C M Y K H S L
Decimal 216 212 106 0 0.02 0.51 0.15 57.82 0.59 0.63
Hex D8 D4 6A 0 2 33 F 3A 3B 3F
Octal 330 324 152 0 2 63 17 72 73 77
Binary 11011000 11010100 1101010 0 10 110011 1111 111010 111011 111111

Color Harmonies of #D8D46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D46A

Black with #D8D46A

Text Example


Text Example

White with #D8D46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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