Html Css Color HEX #D3AB5A Apache

📋 copy color: '#D3AB5A'

red 211 ◦ green 171 ◦ blue 90

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

Shades of Apache #D3AB5A

Tints of Apache #D3AB5A

RGB

 RED value IS 211 (82.81% from 255) = 44.7%

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

 BLUE value IS 90 (35.55% from 255) = 19.07%

R = 44.7%
G = 36.23%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3AB5A (or 0xD3AB5A) is known color: Apache. HEX triplet: D3, AB and 5A. RGB value is (211,171,90). Sum of RGB (Red+Green+Blue) = 211+171+90=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AB5A is #2C54A5. Grayscale: #AEAEAE. Windows color (decimal): -2905254 or 5942227. OLE color: 5942227.

HSL color Cylindrical-coordinate representation of color #D3AB5A: hue angle of 40.17º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D3AB5A is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 171 90 -
CMYK 0 0.19 0.57 0.17
HSL 40.17º 0.58% 0.59% -
HSV(B) 40.17º 0.57% 0.83% -
XYZ 43.27 43.71 15.83 -
YUV 173.73 80.75 154.59 -
System Red Green Blue C M Y K H S L
Decimal 211 171 90 0 0.19 0.57 0.17 40.17 0.58 0.59
Hex D3 AB 5A 0 13 39 11 28 3A 3B
Octal 323 253 132 0 23 71 21 50 72 73
Binary 11010011 10101011 1011010 0 10011 111001 10001 101000 111010 111011

Color Harmonies of #D3AB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AB5A

Black with #D3AB5A

Text Example


Text Example

White with #D3AB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AB5A; }

 p { color: rgb(211,171,90); }

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

background-color css

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

 a { background-color: rgb(211,171,90); }

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

border-color css

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

 span { border-color: rgb(211,171,90); }

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