Html Css Color HEX #DCAB60 Equator

📋 copy color: '#DCAB60'

red 220 ◦ green 171 ◦ blue 96

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

Shades of Equator #DCAB60

Tints of Equator #DCAB60

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.11%

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

R = 45.17%
G = 35.11%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCAB60 (or 0xDCAB60) is known color: Equator. HEX triplet: DC, AB and 60. RGB value is (220,171,96). Sum of RGB (Red+Green+Blue) = 220+171+96=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB60 is #23549F. Grayscale: #B1B1B1. Windows color (decimal): -2315424 or 6335452. OLE color: 6335452.

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

Color convert

RGB 220 171 96 -
CMYK 0 0.22 0.56 0.14
HSL 36.29º 0.64% 0.62% -
HSV(B) 36.29º 0.56% 0.86% -
XYZ 46.19 45.19 17.35 -
YUV 177.1 82.23 158.6 -
System Red Green Blue C M Y K H S L
Decimal 220 171 96 0 0.22 0.56 0.14 36.29 0.64 0.62
Hex DC AB 60 0 16 38 E 24 40 3E
Octal 334 253 140 0 26 70 16 44 100 76
Binary 11011100 10101011 1100000 0 10110 111000 1110 100100 1000000 111110

Color Harmonies of #DCAB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB60

Black with #DCAB60

Text Example


Text Example

White with #DCAB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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