Html Css Color HEX #D0AB5E Apache

📋 copy color: '#D0AB5E'

red 208 ◦ green 171 ◦ blue 94

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

Shades of Apache #D0AB5E

Tints of Apache #D0AB5E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.15%

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

R = 43.97%
G = 36.15%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0AB5E (or 0xD0AB5E) is known color: Apache. HEX triplet: D0, AB and 5E. RGB value is (208,171,94). Sum of RGB (Red+Green+Blue) = 208+171+94=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB5E is #2F54A1. Grayscale: #ADADAD. Windows color (decimal): -3101858 or 6204368. OLE color: 6204368.

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

Color convert

RGB 208 171 94 -
CMYK 0 0.18 0.55 0.18
HSL 40.53º 0.55% 0.59% -
HSV(B) 40.53º 0.55% 0.82% -
XYZ 42.6 43.34 16.71 -
YUV 173.29 83.26 152.76 -
System Red Green Blue C M Y K H S L
Decimal 208 171 94 0 0.18 0.55 0.18 40.53 0.55 0.59
Hex D0 AB 5E 0 12 37 12 29 37 3B
Octal 320 253 136 0 22 67 22 51 67 73
Binary 11010000 10101011 1011110 0 10010 110111 10010 101001 110111 111011

Color Harmonies of #D0AB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB5E

Black with #D0AB5E

Text Example


Text Example

White with #D0AB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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