Html Css Color HEX #DCD873 Goldenrod

📋 copy color: '#DCD873'

red 220 ◦ green 216 ◦ blue 115

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

Shades of Goldenrod #DCD873

Tints of Goldenrod #DCD873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.87%

R = 39.93%
G = 39.2%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCD873 (or 0xDCD873) is known color: Goldenrod. HEX triplet: DC, D8 and 73. RGB value is (220,216,115). Sum of RGB (Red+Green+Blue) = 220+216+115=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 115 (45.31% from 255 or 20.87% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD873 is #23278C. Grayscale: #CECECE. Windows color (decimal): -2303885 or 7592156. OLE color: 7592156.

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

Color convert

RGB 220 216 115 -
CMYK 0 0.02 0.48 0.14
HSL 57.71º 0.6% 0.66% -
HSV(B) 57.71º 0.48% 0.86% -
XYZ 57.17 65.57 25.86 -
YUV 205.68 76.83 138.21 -
System Red Green Blue C M Y K H S L
Decimal 220 216 115 0 0.02 0.48 0.14 57.71 0.6 0.66
Hex DC D8 73 0 2 30 E 3A 3C 42
Octal 334 330 163 0 2 60 16 72 74 102
Binary 11011100 11011000 1110011 0 10 110000 1110 111010 111100 1000010

Color Harmonies of #DCD873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD873

Black with #DCD873

Text Example


Text Example

White with #DCD873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD873; }

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

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

background-color css

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

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

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

border-color css

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

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

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