Html Css Color HEX #DCD878 Goldenrod

📋 copy color: '#DCD878'

red 220 ◦ green 216 ◦ blue 120

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

Shades of Goldenrod #DCD878

Tints of Goldenrod #DCD878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.58%

R = 39.57%
G = 38.85%
B = 21.58%

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

#DCD878 (or 0xDCD878) is known color: Goldenrod. HEX triplet: DC, D8 and 78. RGB value is (220,216,120). Sum of RGB (Red+Green+Blue) = 220+216+120=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 120 (47.27% from 255 or 21.58% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD878 is #232787. Grayscale: #CECECE. Windows color (decimal): -2303880 or 7919836. OLE color: 7919836.

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

Color convert

RGB 220 216 120 -
CMYK 0 0.02 0.45 0.14
HSL 57.6º 0.59% 0.67% -
HSV(B) 57.6º 0.45% 0.86% -
XYZ 57.46 65.68 27.42 -
YUV 206.25 79.33 137.81 -
System Red Green Blue C M Y K H S L
Decimal 220 216 120 0 0.02 0.45 0.14 57.6 0.59 0.67
Hex DC D8 78 0 2 2D E 3A 3B 43
Octal 334 330 170 0 2 55 16 72 73 103
Binary 11011100 11011000 1111000 0 10 101101 1110 111010 111011 1000011

Color Harmonies of #DCD878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD878

Black with #DCD878

Text Example


Text Example

White with #DCD878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD878; }

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

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

background-color css

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

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

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

border-color css

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

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

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