Html Css Color HEX #DCD571 Goldenrod

📋 copy color: '#DCD571'

red 220 ◦ green 213 ◦ blue 113

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

Shades of Goldenrod #DCD571

Tints of Goldenrod #DCD571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.7%

R = 40.29%
G = 39.01%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCD571 (or 0xDCD571) is known color: Goldenrod. HEX triplet: DC, D5 and 71. RGB value is (220,213,113). Sum of RGB (Red+Green+Blue) = 220+213+113=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 113 (44.53% from 255 or 20.70% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD571 is #232A8E. Grayscale: #CCCCCC. Windows color (decimal): -2304655 or 7460316. OLE color: 7460316.

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

Color convert

RGB 220 213 113 -
CMYK 0 0.03 0.49 0.14
HSL 56.07º 0.6% 0.65% -
HSV(B) 56.07º 0.49% 0.86% -
XYZ 56.29 64 25.01 -
YUV 203.69 76.82 139.63 -
System Red Green Blue C M Y K H S L
Decimal 220 213 113 0 0.03 0.49 0.14 56.07 0.6 0.65
Hex DC D5 71 0 3 31 E 38 3C 41
Octal 334 325 161 0 3 61 16 70 74 101
Binary 11011100 11010101 1110001 0 11 110001 1110 111000 111100 1000001

Color Harmonies of #DCD571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD571

Black with #DCD571

Text Example


Text Example

White with #DCD571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD571; }

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

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

background-color css

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

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

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

border-color css

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

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

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