Html Css Color HEX #D8D172 Goldenrod

📋 copy color: '#D8D172'

red 216 ◦ green 209 ◦ blue 114

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

Shades of Goldenrod #D8D172

Tints of Goldenrod #D8D172

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.78%

 BLUE value IS 114 (44.92% from 255) = 21.15%

R = 40.07%
G = 38.78%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D8D172 (or 0xD8D172) is known color: Goldenrod. HEX triplet: D8, D1 and 72. RGB value is (216,209,114). Sum of RGB (Red+Green+Blue) = 216+209+114=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D172 is #272E8D. Grayscale: #C8C8C8. Windows color (decimal): -2567822 or 7524824. OLE color: 7524824.

HSL color Cylindrical-coordinate representation of color #D8D172: hue angle of 55.88º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8D172 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 209 114 -
CMYK 0 0.03 0.47 0.15
HSL 55.88º 0.57% 0.65% -
HSV(B) 55.88º 0.47% 0.85% -
XYZ 54.16 61.41 24.92 -
YUV 200.26 79.32 139.22 -
System Red Green Blue C M Y K H S L
Decimal 216 209 114 0 0.03 0.47 0.15 55.88 0.57 0.65
Hex D8 D1 72 0 3 2F F 38 39 41
Octal 330 321 162 0 3 57 17 70 71 101
Binary 11011000 11010001 1110010 0 11 101111 1111 111000 111001 1000001

Color Harmonies of #D8D172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D172

Black with #D8D172

Text Example


Text Example

White with #D8D172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D172; }

 p { color: rgb(216,209,114); }

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

background-color css

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

 a { background-color: rgb(216,209,114); }

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

border-color css

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

 span { border-color: rgb(216,209,114); }

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