Html Css Color HEX #D0AC5E Apache

📋 copy color: '#D0AC5E'

red 208 ◦ green 172 ◦ blue 94

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

Shades of Apache #D0AC5E

Tints of Apache #D0AC5E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.29%

 BLUE value IS 94 (37.11% from 255) = 19.83%

R = 43.88%
G = 36.29%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0AC5E (or 0xD0AC5E) is known color: Apache. HEX triplet: D0, AC and 5E. RGB value is (208,172,94). Sum of RGB (Red+Green+Blue) = 208+172+94=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 94 (37.11% from 255 or 19.83% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AC5E is #2F53A1. Grayscale: #AEAEAE. Windows color (decimal): -3101602 or 6204624. OLE color: 6204624.

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

Color convert

RGB 208 172 94 -
CMYK 0 0.17 0.55 0.18
HSL 41.05º 0.55% 0.59% -
HSV(B) 41.05º 0.55% 0.82% -
XYZ 42.79 43.72 16.77 -
YUV 173.87 82.93 152.34 -
System Red Green Blue C M Y K H S L
Decimal 208 172 94 0 0.17 0.55 0.18 41.05 0.55 0.59
Hex D0 AC 5E 0 11 37 12 29 37 3B
Octal 320 254 136 0 21 67 22 51 67 73
Binary 11010000 10101100 1011110 0 10001 110111 10010 101001 110111 111011

Color Harmonies of #D0AC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AC5E

Black with #D0AC5E

Text Example


Text Example

White with #D0AC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AC5E; }

 p { color: rgb(208,172,94); }

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

background-color css

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

 a { background-color: rgb(208,172,94); }

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

border-color css

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

 span { border-color: rgb(208,172,94); }

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