Html Css Color HEX #DCA863 Equator

📋 copy color: '#DCA863'

red 220 ◦ green 168 ◦ blue 99

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

Shades of Equator #DCA863

Tints of Equator #DCA863

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.5%

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

R = 45.17%
G = 34.5%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCA863 (or 0xDCA863) is known color: Equator. HEX triplet: DC, A8 and 63. RGB value is (220,168,99). Sum of RGB (Red+Green+Blue) = 220+168+99=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 99 (39.06% from 255 or 20.33% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA863 is #23579C. Grayscale: #B0B0B0. Windows color (decimal): -2316189 or 6531292. OLE color: 6531292.

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

Color convert

RGB 220 168 99 -
CMYK 0 0.24 0.55 0.14
HSL 34.21º 0.63% 0.63% -
HSV(B) 34.21º 0.55% 0.86% -
XYZ 45.77 44.12 17.91 -
YUV 175.68 84.73 159.61 -
System Red Green Blue C M Y K H S L
Decimal 220 168 99 0 0.24 0.55 0.14 34.21 0.63 0.63
Hex DC A8 63 0 18 37 E 22 3F 3F
Octal 334 250 143 0 30 67 16 42 77 77
Binary 11011100 10101000 1100011 0 11000 110111 1110 100010 111111 111111

Color Harmonies of #DCA863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA863

Black with #DCA863

Text Example


Text Example

White with #DCA863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA863; }

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

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

background-color css

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

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

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

border-color css

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

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

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