#DCAE5E

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

Shades of Equator #DCAE5E

Tints of Equator #DCAE5E

Color information

#DCAE5E (or 0xDCAE5E) is unknown color: approx Equator. HEX triplet: DC, AE and 5E. RGB value is (220,174,94). Sum of RGB (Red+Green+Blue) = 220+174+94=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE5E is #2351A1. Grayscale: #B3B3B3. Windows color (decimal): -2314658 or 6205148. OLE color: 6205148.

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

Color convert

RGB22017494-
CMYK00.210.570.14
HSL38.1º64.29%61.57%-
HSV(B)38.1º57.27%86.27%-
XYZ46.6746.317.07-
YUV178.6380.24157.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.08%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 94 (37.11% from 255) = 19.26%
R=45.08%
G=35.66%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201749400.210.570.1438.164.2961.57
HexDCAE5E01539E26403e
Octal33425613602571164610076
Binary1101110010101110101111001010111100111101001101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAE5E; }

 p { color: rgb(220,174,94); }

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

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

 a { background-color: rgb(220,174,94); }

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

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

 span { border-color: rgb(220,174,94); }

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