Html Css Color HEX #D8D47C Goldenrod

📋 copy color: '#D8D47C'

red 216 ◦ green 212 ◦ blue 124

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

Shades of Goldenrod #D8D47C

Tints of Goldenrod #D8D47C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.46%

R = 39.13%
G = 38.41%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8D47C (or 0xD8D47C) is known color: Goldenrod. HEX triplet: D8, D4 and 7C. RGB value is (216,212,124). Sum of RGB (Red+Green+Blue) = 216+212+124=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D47C is #272B83. Grayscale: #CBCBCB. Windows color (decimal): -2567044 or 8180952. OLE color: 8180952.

HSL color Cylindrical-coordinate representation of color #D8D47C: hue angle of 57.39º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8D47C is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 212 124 -
CMYK 0 0.02 0.43 0.15
HSL 57.39º 0.54% 0.67% -
HSV(B) 57.39º 0.43% 0.85% -
XYZ 55.5 63.14 28.33 -
YUV 203.16 83.33 137.16 -
System Red Green Blue C M Y K H S L
Decimal 216 212 124 0 0.02 0.43 0.15 57.39 0.54 0.67
Hex D8 D4 7C 0 2 2B F 39 36 43
Octal 330 324 174 0 2 53 17 71 66 103
Binary 11011000 11010100 1111100 0 10 101011 1111 111001 110110 1000011

Color Harmonies of #D8D47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D47C

Black with #D8D47C

Text Example


Text Example

White with #D8D47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D47C; }

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

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

background-color css

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

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

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

border-color css

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

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

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