Html Css Color HEX #D8D572 Goldenrod

📋 copy color: '#D8D572'

red 216 ◦ green 213 ◦ blue 114

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

Shades of Goldenrod #D8D572

Tints of Goldenrod #D8D572

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.23%

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

R = 39.78%
G = 39.23%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D8D572 (or 0xD8D572) is known color: Goldenrod. HEX triplet: D8, D5 and 72. RGB value is (216,213,114). Sum of RGB (Red+Green+Blue) = 216+213+114=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D572 is #272A8D. Grayscale: #CBCBCB. Windows color (decimal): -2566798 or 7525848. OLE color: 7525848.

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

Color convert

RGB 216 213 114 -
CMYK 0 0.01 0.47 0.15
HSL 58.24º 0.57% 0.65% -
HSV(B) 58.24º 0.47% 0.85% -
XYZ 55.15 63.4 25.25 -
YUV 202.61 77.99 137.55 -
System Red Green Blue C M Y K H S L
Decimal 216 213 114 0 0.01 0.47 0.15 58.24 0.57 0.65
Hex D8 D5 72 0 1 2F F 3A 39 41
Octal 330 325 162 0 1 57 17 72 71 101
Binary 11011000 11010101 1110010 0 1 101111 1111 111010 111001 1000001

Color Harmonies of #D8D572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D572

Black with #D8D572

Text Example


Text Example

White with #D8D572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D572; }

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

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

background-color css

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

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

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

border-color css

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

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

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