Html Css Color HEX #D0AA5C Apache

📋 copy color: '#D0AA5C'

red 208 ◦ green 170 ◦ blue 92

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

Shades of Apache #D0AA5C

Tints of Apache #D0AA5C

RGB

 RED value IS 208 (81.64% from 255) = 44.26%

 GREEN value IS 170 (66.8% from 255) = 36.17%

 BLUE value IS 92 (36.33% from 255) = 19.57%

R = 44.26%
G = 36.17%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0AA5C (or 0xD0AA5C) is known color: Apache. HEX triplet: D0, AA and 5C. RGB value is (208,170,92). Sum of RGB (Red+Green+Blue) = 208+170+92=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AA5C is #2F55A3. Grayscale: #ACACAC. Windows color (decimal): -3102116 or 6073040. OLE color: 6073040.

HSL color Cylindrical-coordinate representation of color #D0AA5C: hue angle of 40.34º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0AA5C is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 170 92 -
CMYK 0 0.18 0.56 0.18
HSL 40.34º 0.55% 0.59% -
HSV(B) 40.34º 0.56% 0.82% -
XYZ 42.32 42.93 16.18 -
YUV 172.47 82.59 153.34 -
System Red Green Blue C M Y K H S L
Decimal 208 170 92 0 0.18 0.56 0.18 40.34 0.55 0.59
Hex D0 AA 5C 0 12 38 12 28 37 3B
Octal 320 252 134 0 22 70 22 50 67 73
Binary 11010000 10101010 1011100 0 10010 111000 10010 101000 110111 111011

Color Harmonies of #D0AA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AA5C

Black with #D0AA5C

Text Example


Text Example

White with #D0AA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AA5C; }

 p { color: rgb(208,170,92); }

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

background-color css

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

 a { background-color: rgb(208,170,92); }

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

border-color css

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

 span { border-color: rgb(208,170,92); }

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