Html Css Color HEX #DCD771 Goldenrod

📋 copy color: '#DCD771'

red 220 ◦ green 215 ◦ blue 113

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

Shades of Goldenrod #DCD771

Tints of Goldenrod #DCD771

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.23%

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

R = 40.15%
G = 39.23%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCD771 (or 0xDCD771) is known color: Goldenrod. HEX triplet: DC, D7 and 71. RGB value is (220,215,113). Sum of RGB (Red+Green+Blue) = 220+215+113=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 113 (44.53% from 255 or 20.62% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD771 is #23288E. Grayscale: #CDCDCD. Windows color (decimal): -2304143 or 7460828. OLE color: 7460828.

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

Color convert

RGB 220 215 113 -
CMYK 0 0.02 0.49 0.14
HSL 57.2º 0.6% 0.65% -
HSV(B) 57.2º 0.49% 0.86% -
XYZ 56.8 65.01 25.18 -
YUV 204.87 76.16 138.79 -
System Red Green Blue C M Y K H S L
Decimal 220 215 113 0 0.02 0.49 0.14 57.2 0.6 0.65
Hex DC D7 71 0 2 31 E 39 3C 41
Octal 334 327 161 0 2 61 16 71 74 101
Binary 11011100 11010111 1110001 0 10 110001 1110 111001 111100 1000001

Color Harmonies of #DCD771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD771

Black with #DCD771

Text Example


Text Example

White with #DCD771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD771; }

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

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

background-color css

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

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

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

border-color css

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

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

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