Html Css Color HEX #DCB060 Equator

📋 copy color: '#DCB060'

red 220 ◦ green 176 ◦ blue 96

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

Shades of Equator #DCB060

Tints of Equator #DCB060

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.77%

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

R = 44.72%
G = 35.77%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCB060 (or 0xDCB060) is known color: Equator. HEX triplet: DC, B0 and 60. RGB value is (220,176,96). Sum of RGB (Red+Green+Blue) = 220+176+96=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB060 is #234F9F. Grayscale: #B4B4B4. Windows color (decimal): -2314144 or 6336732. OLE color: 6336732.

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

Color convert

RGB 220 176 96 -
CMYK 0 0.2 0.56 0.14
HSL 38.71º 0.64% 0.62% -
HSV(B) 38.71º 0.56% 0.86% -
XYZ 47.15 47.11 17.67 -
YUV 180.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 220 176 96 0 0.2 0.56 0.14 38.71 0.64 0.62
Hex DC B0 60 0 14 38 E 27 40 3E
Octal 334 260 140 0 24 70 16 47 100 76
Binary 11011100 10110000 1100000 0 10100 111000 1110 100111 1000000 111110

Color Harmonies of #DCB060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB060

Black with #DCB060

Text Example


Text Example

White with #DCB060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB060; }

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

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

background-color css

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

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

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

border-color css

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

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

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