Html Css Color HEX #DCAA63 Equator

📋 copy color: '#DCAA63'

red 220 ◦ green 170 ◦ blue 99

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

Shades of Equator #DCAA63

Tints of Equator #DCAA63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.25%

R = 44.99%
G = 34.76%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCAA63 (or 0xDCAA63) is known color: Equator. HEX triplet: DC, AA and 63. RGB value is (220,170,99). Sum of RGB (Red+Green+Blue) = 220+170+99=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 99 (39.06% from 255 or 20.25% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA63 is #23559C. Grayscale: #B1B1B1. Windows color (decimal): -2315677 or 6531804. OLE color: 6531804.

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

Color convert

RGB 220 170 99 -
CMYK 0 0.23 0.55 0.14
HSL 35.21º 0.63% 0.63% -
HSV(B) 35.21º 0.55% 0.86% -
XYZ 46.14 44.87 18.03 -
YUV 176.86 84.07 158.77 -
System Red Green Blue C M Y K H S L
Decimal 220 170 99 0 0.23 0.55 0.14 35.21 0.63 0.63
Hex DC AA 63 0 17 37 E 23 3F 3F
Octal 334 252 143 0 27 67 16 43 77 77
Binary 11011100 10101010 1100011 0 10111 110111 1110 100011 111111 111111

Color Harmonies of #DCAA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA63

Black with #DCAA63

Text Example


Text Example

White with #DCAA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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