Html Css Color HEX #DCD870 Goldenrod

📋 copy color: '#DCD870'

red 220 ◦ green 216 ◦ blue 112

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

Shades of Goldenrod #DCD870

Tints of Goldenrod #DCD870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.44%

R = 40.15%
G = 39.42%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCD870 (or 0xDCD870) is known color: Goldenrod. HEX triplet: DC, D8 and 70. RGB value is (220,216,112). Sum of RGB (Red+Green+Blue) = 220+216+112=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD870 is #23278F. Grayscale: #CDCDCD. Windows color (decimal): -2303888 or 7395548. OLE color: 7395548.

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

Color convert

RGB 220 216 112 -
CMYK 0 0.02 0.49 0.14
HSL 57.78º 0.61% 0.65% -
HSV(B) 57.78º 0.49% 0.86% -
XYZ 57 65.5 24.97 -
YUV 205.34 75.33 138.46 -
System Red Green Blue C M Y K H S L
Decimal 220 216 112 0 0.02 0.49 0.14 57.78 0.61 0.65
Hex DC D8 70 0 2 31 E 3A 3D 41
Octal 334 330 160 0 2 61 16 72 75 101
Binary 11011100 11011000 1110000 0 10 110001 1110 111010 111101 1000001

Color Harmonies of #DCD870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD870

Black with #DCD870

Text Example


Text Example

White with #DCD870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD870; }

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

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

background-color css

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

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

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

border-color css

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

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

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