Html Css Color HEX #D8D47D Goldenrod

📋 copy color: '#D8D47D'

red 216 ◦ green 212 ◦ blue 125

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

Shades of Goldenrod #D8D47D

Tints of Goldenrod #D8D47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.6%

R = 39.06%
G = 38.34%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8D47D (or 0xD8D47D) is known color: Goldenrod. HEX triplet: D8, D4 and 7D. RGB value is (216,212,125). Sum of RGB (Red+Green+Blue) = 216+212+125=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D47D is #272B82. Grayscale: #CBCBCB. Windows color (decimal): -2567043 or 8246488. OLE color: 8246488.

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

Color convert

RGB 216 212 125 -
CMYK 0 0.02 0.42 0.15
HSL 57.36º 0.54% 0.67% -
HSV(B) 57.36º 0.42% 0.85% -
XYZ 55.56 63.17 28.67 -
YUV 203.28 83.83 137.07 -
System Red Green Blue C M Y K H S L
Decimal 216 212 125 0 0.02 0.42 0.15 57.36 0.54 0.67
Hex D8 D4 7D 0 2 2A F 39 36 43
Octal 330 324 175 0 2 52 17 71 66 103
Binary 11011000 11010100 1111101 0 10 101010 1111 111001 110110 1000011

Color Harmonies of #D8D47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D47D

Black with #D8D47D

Text Example


Text Example

White with #D8D47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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