Html Css Color HEX #DCD972 Goldenrod

📋 copy color: '#DCD972'

red 220 ◦ green 217 ◦ blue 114

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

Shades of Goldenrod #DCD972

Tints of Goldenrod #DCD972

RGB

 RED value IS 220 (86.33% from 255) = 39.93%

 GREEN value IS 217 (85.16% from 255) = 39.38%

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

R = 39.93%
G = 39.38%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCD972 (or 0xDCD972) is known color: Goldenrod. HEX triplet: DC, D9 and 72. RGB value is (220,217,114). Sum of RGB (Red+Green+Blue) = 220+217+114=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD972 is #23268D. Grayscale: #CECECE. Windows color (decimal): -2303630 or 7526876. OLE color: 7526876.

HSL color Cylindrical-coordinate representation of color #DCD972: hue angle of 58.3º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCD972 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 217 114 -
CMYK 0 0.01 0.48 0.14
HSL 58.3º 0.6% 0.65% -
HSV(B) 58.3º 0.48% 0.86% -
XYZ 57.37 66.06 25.65 -
YUV 206.16 75.99 137.88 -
System Red Green Blue C M Y K H S L
Decimal 220 217 114 0 0.01 0.48 0.14 58.3 0.6 0.65
Hex DC D9 72 0 1 30 E 3A 3C 41
Octal 334 331 162 0 1 60 16 72 74 101
Binary 11011100 11011001 1110010 0 1 110000 1110 111010 111100 1000001

Color Harmonies of #DCD972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD972

Black with #DCD972

Text Example


Text Example

White with #DCD972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD972; }

 p { color: rgb(220,217,114); }

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

background-color css

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

 a { background-color: rgb(220,217,114); }

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

border-color css

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

 span { border-color: rgb(220,217,114); }

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