Html Css Color HEX #DCD879 Goldenrod

📋 copy color: '#DCD879'

red 220 ◦ green 216 ◦ blue 121

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

Shades of Goldenrod #DCD879

Tints of Goldenrod #DCD879

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.78%

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

R = 39.5%
G = 38.78%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCD879 (or 0xDCD879) is known color: Goldenrod. HEX triplet: DC, D8 and 79. RGB value is (220,216,121). Sum of RGB (Red+Green+Blue) = 220+216+121=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 121 (47.66% from 255 or 21.72% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD879 is #232786. Grayscale: #CECECE. Windows color (decimal): -2303879 or 7985372. OLE color: 7985372.

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

Color convert

RGB 220 216 121 -
CMYK 0 0.02 0.45 0.14
HSL 57.58º 0.59% 0.67% -
HSV(B) 57.58º 0.45% 0.86% -
XYZ 57.52 65.71 27.74 -
YUV 206.37 79.83 137.72 -
System Red Green Blue C M Y K H S L
Decimal 220 216 121 0 0.02 0.45 0.14 57.58 0.59 0.67
Hex DC D8 79 0 2 2D E 3A 3B 43
Octal 334 330 171 0 2 55 16 72 73 103
Binary 11011100 11011000 1111001 0 10 101101 1110 111010 111011 1000011

Color Harmonies of #DCD879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD879

Black with #DCD879

Text Example


Text Example

White with #DCD879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD879; }

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

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

background-color css

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

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

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

border-color css

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

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

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