Html Css Color HEX #DCAA5F Equator

📋 copy color: '#DCAA5F'

red 220 ◦ green 170 ◦ blue 95

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

Shades of Equator #DCAA5F

Tints of Equator #DCAA5F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.05%

 BLUE value IS 95 (37.5% from 255) = 19.59%

R = 45.36%
G = 35.05%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DCAA5F (or 0xDCAA5F) is known color: Equator. HEX triplet: DC, AA and 5F. RGB value is (220,170,95). Sum of RGB (Red+Green+Blue) = 220+170+95=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA5F is #2355A0. Grayscale: #B0B0B0. Windows color (decimal): -2315681 or 6269660. OLE color: 6269660.

HSL color Cylindrical-coordinate representation of color #DCAA5F: hue angle of 36º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCAA5F is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 170 95 -
CMYK 0 0.23 0.57 0.14
HSL 36º 0.64% 0.62% -
HSV(B) 36º 0.57% 0.86% -
XYZ 45.96 44.79 17.05 -
YUV 176.4 82.07 159.1 -
System Red Green Blue C M Y K H S L
Decimal 220 170 95 0 0.23 0.57 0.14 36 0.64 0.62
Hex DC AA 5F 0 17 39 E 24 40 3E
Octal 334 252 137 0 27 71 16 44 100 76
Binary 11011100 10101010 1011111 0 10111 111001 1110 100100 1000000 111110

Color Harmonies of #DCAA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA5F

Black with #DCAA5F

Text Example


Text Example

White with #DCAA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA5F; }

 p { color: rgb(220,170,95); }

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

background-color css

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

 a { background-color: rgb(220,170,95); }

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

border-color css

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

 span { border-color: rgb(220,170,95); }

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