#DCAA69

Color #DCAA69 Equator (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Equator #DCAA69

Tints of Equator #DCAA69

Color information

#DCAA69 (or 0xDCAA69) is unknown color: approx Equator. HEX triplet: DC, AA and 69. RGB value is (220,170,105). Sum of RGB (Red+Green+Blue) = 220+170+105=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 105 (41.41% from 255 or 21.21% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA69 is #235596. Grayscale: #B1B1B1. Windows color (decimal): -2315671 or 6925020. OLE color: 6925020.

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

Color convert

RGB220170105-
CMYK00.230.520.14
HSL33.91º62.16%63.73%-
HSV(B)33.91º52.27%86.27%-
XYZ46.4444.9919.6-
YUV177.5487.06158.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.44%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 105 (41.41% from 255) = 21.21%
R=44.44%
G=34.34%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017010500.230.520.1433.9162.1663.73
HexDCAA6901734E223e40
Octal33425215102764164276100
Binary1101110010101010110100101011111010011101000101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAA69; }

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

 H1.HeaderClassName
 {
   color: #DCAA69;
 }
 .AnyTagClassName
 {
   color: #DCAA69;
 }
</style>
background-color css

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

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

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

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

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

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