Html Css Color HEX #D0A05D Apache

📋 copy color: '#D0A05D'

red 208 ◦ green 160 ◦ blue 93

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

Shades of Apache #D0A05D

Tints of Apache #D0A05D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.71%

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

R = 45.12%
G = 34.71%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0A05D (or 0xD0A05D) is known color: Apache. HEX triplet: D0, A0 and 5D. RGB value is (208,160,93). Sum of RGB (Red+Green+Blue) = 208+160+93=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A05D is #2F5FA2. Grayscale: #A7A7A7. Windows color (decimal): -3104675 or 6136016. OLE color: 6136016.

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

Color convert

RGB 208 160 93 -
CMYK 0 0.23 0.55 0.18
HSL 34.96º 0.55% 0.59% -
HSV(B) 34.96º 0.55% 0.82% -
XYZ 40.56 39.34 15.81 -
YUV 166.71 86.4 157.45 -
System Red Green Blue C M Y K H S L
Decimal 208 160 93 0 0.23 0.55 0.18 34.96 0.55 0.59
Hex D0 A0 5D 0 17 37 12 23 37 3B
Octal 320 240 135 0 27 67 22 43 67 73
Binary 11010000 10100000 1011101 0 10111 110111 10010 100011 110111 111011

Color Harmonies of #D0A05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A05D

Black with #D0A05D

Text Example


Text Example

White with #D0A05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A05D; }

 p { color: rgb(208,160,93); }

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

background-color css

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

 a { background-color: rgb(208,160,93); }

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

border-color css

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

 span { border-color: rgb(208,160,93); }

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