Html Css Color HEX #DCAD5D Equator

📋 copy color: '#DCAD5D'

red 220 ◦ green 173 ◦ blue 93

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

Shades of Equator #DCAD5D

Tints of Equator #DCAD5D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.6%

 BLUE value IS 93 (36.72% from 255) = 19.14%

R = 45.27%
G = 35.6%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCAD5D (or 0xDCAD5D) is known color: 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

RGB 220 173 93 -
CMYK 0 0.21 0.58 0.14
HSL 37.8º 0.64% 0.61% -
HSV(B) 37.8º 0.58% 0.86% -
XYZ 46.43 45.89 16.77 -
YUV 177.93 80.07 158 -
System Red Green Blue C M Y K H S L
Decimal 220 173 93 0 0.21 0.58 0.14 37.8 0.64 0.61
Hex DC AD 5D 0 15 3A E 26 40 3D
Octal 334 255 135 0 25 72 16 46 100 75
Binary 11011100 10101101 1011101 0 10101 111010 1110 100110 1000000 111101

Color Harmonies of #DCAD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD5D

Black with #DCAD5D

Text Example


Text Example

White with #DCAD5D

Text Example


Text Example

HTML Codes & Css Web 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>