Html Css Color HEX #DCBA60 Equator

📋 copy color: '#DCBA60'

red 220 ◦ green 186 ◦ blue 96

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

Shades of Equator #DCBA60

Tints of Equator #DCBA60

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.05%

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

R = 43.82%
G = 37.05%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCBA60 (or 0xDCBA60) is known color: Equator. HEX triplet: DC, BA and 60. RGB value is (220,186,96). Sum of RGB (Red+Green+Blue) = 220+186+96=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA60 is #23459F. Grayscale: #BABABA. Windows color (decimal): -2311584 or 6339292. OLE color: 6339292.

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

Color convert

RGB 220 186 96 -
CMYK 0 0.15 0.56 0.14
HSL 43.55º 0.64% 0.62% -
HSV(B) 43.55º 0.56% 0.86% -
XYZ 49.19 51.18 18.35 -
YUV 185.91 77.26 152.32 -
System Red Green Blue C M Y K H S L
Decimal 220 186 96 0 0.15 0.56 0.14 43.55 0.64 0.62
Hex DC BA 60 0 F 38 E 2C 40 3E
Octal 334 272 140 0 17 70 16 54 100 76
Binary 11011100 10111010 1100000 0 1111 111000 1110 101100 1000000 111110

Color Harmonies of #DCBA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA60

Black with #DCBA60

Text Example


Text Example

White with #DCBA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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