Html Css Color HEX #DCD979 Goldenrod

📋 copy color: '#DCD979'

red 220 ◦ green 217 ◦ blue 121

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

Shades of Goldenrod #DCD979

Tints of Goldenrod #DCD979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.68%

R = 39.43%
G = 38.89%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCD979 (or 0xDCD979) is known color: Goldenrod. HEX triplet: DC, D9 and 79. RGB value is (220,217,121). Sum of RGB (Red+Green+Blue) = 220+217+121=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 121 (47.66% from 255 or 21.68% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD979 is #232686. Grayscale: #CFCFCF. Windows color (decimal): -2303623 or 7985628. OLE color: 7985628.

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

Color convert

RGB 220 217 121 -
CMYK 0 0.01 0.45 0.14
HSL 58.18º 0.59% 0.67% -
HSV(B) 58.18º 0.45% 0.86% -
XYZ 57.78 66.22 27.83 -
YUV 206.95 79.49 137.31 -
System Red Green Blue C M Y K H S L
Decimal 220 217 121 0 0.01 0.45 0.14 58.18 0.59 0.67
Hex DC D9 79 0 1 2D E 3A 3B 43
Octal 334 331 171 0 1 55 16 72 73 103
Binary 11011100 11011001 1111001 0 1 101101 1110 111010 111011 1000011

Color Harmonies of #DCD979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD979

Black with #DCD979

Text Example


Text Example

White with #DCD979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD979; }

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

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

background-color css

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

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

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

border-color css

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

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

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