#DCAD5D

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

Shades of Equator #DCAD5D

Tints of Equator #DCAD5D

Color information

#DCAD5D (or 0xDCAD5D) is unknown color: approx Equator. HEX triplet: DC, AD and 5D. RGB value is (220,173,93). Sum of RGB (Red+Green+Blue) = 220+173+93=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 93 (36.72% from 255 or 19.14% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD5D is #2352A2. Grayscale: #B2B2B2. Windows color (decimal): -2314915 or 6139356. OLE color: 6139356.

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

Color convert

RGB22017393-
CMYK00.210.580.14
HSL37.8º64.47%61.37%-
HSV(B)37.8º57.73%86.27%-
XYZ46.4345.8916.77-
YUV177.9380.07158-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.27%
GREEN value IS 173 (67.97% from 255) = 35.60%
BLUE value IS 93 (36.72% from 255) = 19.14%
R=45.27%
G=35.60%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201739300.210.580.1437.864.4761.37
HexDCAD5D0153AE26403d
Octal33425513502572164610075
Binary1101110010101101101110101010111101011101001101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAD5D; }

 p { color: rgb(220,173,93); }

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

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

 a { background-color: rgb(220,173,93); }

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

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

 span { border-color: rgb(220,173,93); }

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