Html Css Color HEX #DCB560 Equator

📋 copy color: '#DCB560'

red 220 ◦ green 181 ◦ blue 96

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

Shades of Equator #DCB560

Tints of Equator #DCB560

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.42%

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

R = 44.27%
G = 36.42%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCB560 (or 0xDCB560) is known color: Equator. HEX triplet: DC, B5 and 60. RGB value is (220,181,96). Sum of RGB (Red+Green+Blue) = 220+181+96=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB560 is #234A9F. Grayscale: #B7B7B7. Windows color (decimal): -2312864 or 6338012. OLE color: 6338012.

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

Color convert

RGB 220 181 96 -
CMYK 0 0.18 0.56 0.14
HSL 41.13º 0.64% 0.62% -
HSV(B) 41.13º 0.56% 0.86% -
XYZ 48.15 49.11 18.01 -
YUV 182.97 78.92 154.41 -
System Red Green Blue C M Y K H S L
Decimal 220 181 96 0 0.18 0.56 0.14 41.13 0.64 0.62
Hex DC B5 60 0 12 38 E 29 40 3E
Octal 334 265 140 0 22 70 16 51 100 76
Binary 11011100 10110101 1100000 0 10010 111000 1110 101001 1000000 111110

Color Harmonies of #DCB560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB560

Black with #DCB560

Text Example


Text Example

White with #DCB560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB560; }

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

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

background-color css

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

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

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

border-color css

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

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

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