Html Css Color HEX #DCAD63 Equator

📋 copy color: '#DCAD63'

red 220 ◦ green 173 ◦ blue 99

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

Shades of Equator #DCAD63

Tints of Equator #DCAD63

RGB

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

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

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

R = 44.72%
G = 35.16%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCAD63 (or 0xDCAD63) is known color: Equator. HEX triplet: DC, AD and 63. RGB value is (220,173,99). Sum of RGB (Red+Green+Blue) = 220+173+99=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 99 (39.06% from 255 or 20.12% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD63 is #23529C. Grayscale: #B2B2B2. Windows color (decimal): -2314909 or 6532572. OLE color: 6532572.

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

Color convert

RGB 220 173 99 -
CMYK 0 0.21 0.55 0.14
HSL 36.69º 0.63% 0.63% -
HSV(B) 36.69º 0.55% 0.86% -
XYZ 46.71 46 18.22 -
YUV 178.62 83.07 157.52 -
System Red Green Blue C M Y K H S L
Decimal 220 173 99 0 0.21 0.55 0.14 36.69 0.63 0.63
Hex DC AD 63 0 15 37 E 25 3F 3F
Octal 334 255 143 0 25 67 16 45 77 77
Binary 11011100 10101101 1100011 0 10101 110111 1110 100101 111111 111111

Color Harmonies of #DCAD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD63

Black with #DCAD63

Text Example


Text Example

White with #DCAD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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