Html Css Color HEX #DCA86D Equator

📋 copy color: '#DCA86D'

red 220 ◦ green 168 ◦ blue 109

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

Shades of Equator #DCA86D

Tints of Equator #DCA86D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.8%

 BLUE value IS 109 (42.97% from 255) = 21.93%

R = 44.27%
G = 33.8%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCA86D (or 0xDCA86D) is known color: Equator. HEX triplet: DC, A8 and 6D. RGB value is (220,168,109). Sum of RGB (Red+Green+Blue) = 220+168+109=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA86D is #235792. Grayscale: #B1B1B1. Windows color (decimal): -2316179 or 7186652. OLE color: 7186652.

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

Color convert

RGB 220 168 109 -
CMYK 0 0.24 0.50 0.14
HSL 31.89º 0.61% 0.65% -
HSV(B) 31.89º 0.5% 0.86% -
XYZ 46.28 44.33 20.58 -
YUV 176.82 89.73 158.8 -
System Red Green Blue C M Y K H S L
Decimal 220 168 109 0 0.24 0.50 0.14 31.89 0.61 0.65
Hex DC A8 6D 0 18 32 E 20 3D 41
Octal 334 250 155 0 30 62 16 40 75 101
Binary 11011100 10101000 1101101 0 11000 110010 1110 100000 111101 1000001

Color Harmonies of #DCA86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA86D

Black with #DCA86D

Text Example


Text Example

White with #DCA86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA86D; }

 p { color: rgb(220,168,109); }

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

background-color css

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

 a { background-color: rgb(220,168,109); }

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

border-color css

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

 span { border-color: rgb(220,168,109); }

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