Html Css Color HEX #D0AB5F Apache

📋 copy color: '#D0AB5F'

red 208 ◦ green 171 ◦ blue 95

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

Shades of Apache #D0AB5F

Tints of Apache #D0AB5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.04%

R = 43.88%
G = 36.08%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0AB5F (or 0xD0AB5F) is known color: Apache. HEX triplet: D0, AB and 5F. RGB value is (208,171,95). Sum of RGB (Red+Green+Blue) = 208+171+95=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB5F is #2F54A0. Grayscale: #ADADAD. Windows color (decimal): -3101857 or 6269904. OLE color: 6269904.

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

Color convert

RGB 208 171 95 -
CMYK 0 0.18 0.54 0.18
HSL 40.35º 0.55% 0.59% -
HSV(B) 40.35º 0.54% 0.82% -
XYZ 42.64 43.36 16.95 -
YUV 173.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 208 171 95 0 0.18 0.54 0.18 40.35 0.55 0.59
Hex D0 AB 5F 0 12 36 12 28 37 3B
Octal 320 253 137 0 22 66 22 50 67 73
Binary 11010000 10101011 1011111 0 10010 110110 10010 101000 110111 111011

Color Harmonies of #D0AB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB5F

Black with #D0AB5F

Text Example


Text Example

White with #D0AB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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