Html Css Color HEX #DCD572 Goldenrod

📋 copy color: '#DCD572'

red 220 ◦ green 213 ◦ blue 114

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

Shades of Goldenrod #DCD572

Tints of Goldenrod #DCD572

RGB

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

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

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

R = 40.22%
G = 38.94%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCD572 (or 0xDCD572) is known color: Goldenrod. HEX triplet: DC, D5 and 72. RGB value is (220,213,114). Sum of RGB (Red+Green+Blue) = 220+213+114=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD572 is #232A8D. Grayscale: #CCCCCC. Windows color (decimal): -2304654 or 7525852. OLE color: 7525852.

HSL color Cylindrical-coordinate representation of color #DCD572: hue angle of 56.04º 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 #DCD572 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 213 114 -
CMYK 0 0.03 0.48 0.14
HSL 56.04º 0.6% 0.65% -
HSV(B) 56.04º 0.48% 0.86% -
XYZ 56.35 64.02 25.31 -
YUV 203.81 77.32 139.55 -
System Red Green Blue C M Y K H S L
Decimal 220 213 114 0 0.03 0.48 0.14 56.04 0.6 0.65
Hex DC D5 72 0 3 30 E 38 3C 41
Octal 334 325 162 0 3 60 16 70 74 101
Binary 11011100 11010101 1110010 0 11 110000 1110 111000 111100 1000001

Color Harmonies of #DCD572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD572

Black with #DCD572

Text Example


Text Example

White with #DCD572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD572; }

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

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

background-color css

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

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

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

border-color css

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

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

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