Html Css Color HEX #D8D372 Goldenrod

📋 copy color: '#D8D372'

red 216 ◦ green 211 ◦ blue 114

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

Shades of Goldenrod #D8D372

Tints of Goldenrod #D8D372

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39%

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

R = 39.93%
G = 39%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D8D372 (or 0xD8D372) is known color: Goldenrod. HEX triplet: D8, D3 and 72. RGB value is (216,211,114). Sum of RGB (Red+Green+Blue) = 216+211+114=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D372 is #272C8D. Grayscale: #C9C9C9. Windows color (decimal): -2567310 or 7525336. OLE color: 7525336.

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

Color convert

RGB 216 211 114 -
CMYK 0 0.02 0.47 0.15
HSL 57.06º 0.57% 0.65% -
HSV(B) 57.06º 0.47% 0.85% -
XYZ 54.65 62.4 25.08 -
YUV 201.44 78.66 138.39 -
System Red Green Blue C M Y K H S L
Decimal 216 211 114 0 0.02 0.47 0.15 57.06 0.57 0.65
Hex D8 D3 72 0 2 2F F 39 39 41
Octal 330 323 162 0 2 57 17 71 71 101
Binary 11011000 11010011 1110010 0 10 101111 1111 111001 111001 1000001

Color Harmonies of #D8D372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D372

Black with #D8D372

Text Example


Text Example

White with #D8D372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D372; }

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

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

background-color css

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

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

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

border-color css

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

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

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