Html Css Color HEX #DCB860 Equator

📋 copy color: '#DCB860'

red 220 ◦ green 184 ◦ blue 96

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

Shades of Equator #DCB860

Tints of Equator #DCB860

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.8%

 BLUE value IS 96 (37.89% from 255) = 19.2%

R = 44%
G = 36.8%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCB860 (or 0xDCB860) is known color: Equator. HEX triplet: DC, B8 and 60. RGB value is (220,184,96). Sum of RGB (Red+Green+Blue) = 220+184+96=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB860 is #23479F. Grayscale: #B9B9B9. Windows color (decimal): -2312096 or 6338780. OLE color: 6338780.

HSL color Cylindrical-coordinate representation of color #DCB860: hue angle of 42.58º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCB860 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 184 96 -
CMYK 0 0.16 0.56 0.14
HSL 42.58º 0.64% 0.62% -
HSV(B) 42.58º 0.56% 0.86% -
XYZ 48.77 50.34 18.21 -
YUV 184.73 77.93 153.16 -
System Red Green Blue C M Y K H S L
Decimal 220 184 96 0 0.16 0.56 0.14 42.58 0.64 0.62
Hex DC B8 60 0 10 38 E 2B 40 3E
Octal 334 270 140 0 20 70 16 53 100 76
Binary 11011100 10111000 1100000 0 10000 111000 1110 101011 1000000 111110

Color Harmonies of #DCB860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB860

Black with #DCB860

Text Example


Text Example

White with #DCB860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB860; }

 p { color: rgb(220,184,96); }

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

background-color css

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

 a { background-color: rgb(220,184,96); }

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

border-color css

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

 span { border-color: rgb(220,184,96); }

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