Html Css Color HEX #DCD977 Goldenrod

📋 copy color: '#DCD977'

red 220 ◦ green 217 ◦ blue 119

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

Shades of Goldenrod #DCD977

Tints of Goldenrod #DCD977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.4%

R = 39.57%
G = 39.03%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCD977 (or 0xDCD977) is known color: Goldenrod. HEX triplet: DC, D9 and 77. RGB value is (220,217,119). Sum of RGB (Red+Green+Blue) = 220+217+119=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 119 (46.88% from 255 or 21.40% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD977 is #232688. Grayscale: #CFCFCF. Windows color (decimal): -2303625 or 7854556. OLE color: 7854556.

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

Color convert

RGB 220 217 119 -
CMYK 0 0.01 0.46 0.14
HSL 58.22º 0.59% 0.66% -
HSV(B) 58.22º 0.46% 0.86% -
XYZ 57.66 66.17 27.19 -
YUV 206.73 78.49 137.47 -
System Red Green Blue C M Y K H S L
Decimal 220 217 119 0 0.01 0.46 0.14 58.22 0.59 0.66
Hex DC D9 77 0 1 2E E 3A 3B 42
Octal 334 331 167 0 1 56 16 72 73 102
Binary 11011100 11011001 1110111 0 1 101110 1110 111010 111011 1000010

Color Harmonies of #DCD977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD977

Black with #DCD977

Text Example


Text Example

White with #DCD977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD977; }

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

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

background-color css

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

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

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

border-color css

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

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

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