Html Css Color HEX #DCB660 Equator

📋 copy color: '#DCB660'

red 220 ◦ green 182 ◦ blue 96

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

Shades of Equator #DCB660

Tints of Equator #DCB660

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.55%

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

R = 44.18%
G = 36.55%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCB660 (or 0xDCB660) is known color: Equator. HEX triplet: DC, B6 and 60. RGB value is (220,182,96). Sum of RGB (Red+Green+Blue) = 220+182+96=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB660 is #23499F. Grayscale: #B7B7B7. Windows color (decimal): -2312608 or 6338268. OLE color: 6338268.

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

Color convert

RGB 220 182 96 -
CMYK 0 0.17 0.56 0.14
HSL 41.61º 0.64% 0.62% -
HSV(B) 41.61º 0.56% 0.86% -
XYZ 48.35 49.52 18.08 -
YUV 183.56 78.59 153.99 -
System Red Green Blue C M Y K H S L
Decimal 220 182 96 0 0.17 0.56 0.14 41.61 0.64 0.62
Hex DC B6 60 0 11 38 E 2A 40 3E
Octal 334 266 140 0 21 70 16 52 100 76
Binary 11011100 10110110 1100000 0 10001 111000 1110 101010 1000000 111110

Color Harmonies of #DCB660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB660

Black with #DCB660

Text Example


Text Example

White with #DCB660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB660; }

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

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

background-color css

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

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

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

border-color css

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

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

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