Html Css Color HEX #DCD980 Goldenrod

📋 copy color: '#DCD980'

red 220 ◦ green 217 ◦ blue 128

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

Shades of Goldenrod #DCD980

Tints of Goldenrod #DCD980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.65%

R = 38.94%
G = 38.41%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCD980 (or 0xDCD980) is known color: Goldenrod. HEX triplet: DC, D9 and 80. RGB value is (220,217,128). Sum of RGB (Red+Green+Blue) = 220+217+128=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD980 is #23267F. Grayscale: #D0D0D0. Windows color (decimal): -2303616 or 8444380. OLE color: 8444380.

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

Color convert

RGB 220 217 128 -
CMYK 0 0.01 0.42 0.14
HSL 58.04º 0.57% 0.68% -
HSV(B) 58.04º 0.42% 0.86% -
XYZ 58.22 66.4 30.17 -
YUV 207.75 82.99 136.74 -
System Red Green Blue C M Y K H S L
Decimal 220 217 128 0 0.01 0.42 0.14 58.04 0.57 0.68
Hex DC D9 80 0 1 2A E 3A 39 44
Octal 334 331 200 0 1 52 16 72 71 104
Binary 11011100 11011001 10000000 0 1 101010 1110 111010 111001 1000100

Color Harmonies of #DCD980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD980

Black with #DCD980

Text Example


Text Example

White with #DCD980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD980; }

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

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

background-color css

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

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

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

border-color css

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

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

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