Html Css Color HEX #DCA761 Apache

📋 copy color: '#DCA761'

red 220 ◦ green 167 ◦ blue 97

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

Shades of Apache #DCA761

Tints of Apache #DCA761

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.5%

 BLUE value IS 97 (38.28% from 255) = 20.04%

R = 45.45%
G = 34.5%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCA761 (or 0xDCA761) is known color: Apache. HEX triplet: DC, A7 and 61. RGB value is (220,167,97). Sum of RGB (Red+Green+Blue) = 220+167+97=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA761 is #23589E. Grayscale: #AFAFAF. Windows color (decimal): -2316447 or 6399964. OLE color: 6399964.

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

Color convert

RGB 220 167 97 -
CMYK 0 0.24 0.56 0.14
HSL 34.15º 0.64% 0.62% -
HSV(B) 34.15º 0.56% 0.86% -
XYZ 45.49 43.72 17.35 -
YUV 174.87 84.06 160.19 -
System Red Green Blue C M Y K H S L
Decimal 220 167 97 0 0.24 0.56 0.14 34.15 0.64 0.62
Hex DC A7 61 0 18 38 E 22 40 3E
Octal 334 247 141 0 30 70 16 42 100 76
Binary 11011100 10100111 1100001 0 11000 111000 1110 100010 1000000 111110

Color Harmonies of #DCA761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA761

Black with #DCA761

Text Example


Text Example

White with #DCA761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA761; }

 p { color: rgb(220,167,97); }

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

background-color css

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

 a { background-color: rgb(220,167,97); }

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

border-color css

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

 span { border-color: rgb(220,167,97); }

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