Html Css Color HEX #D5AB5A Apache

📋 copy color: '#D5AB5A'

red 213 ◦ green 171 ◦ blue 90

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

Shades of Apache #D5AB5A

Tints of Apache #D5AB5A

RGB

 RED value IS 213 (83.59% from 255) = 44.94%

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

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

R = 44.94%
G = 36.08%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5AB5A (or 0xD5AB5A) is known color: Apache. HEX triplet: D5, AB and 5A. RGB value is (213,171,90). Sum of RGB (Red+Green+Blue) = 213+171+90=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB5A is #2A54A5. Grayscale: #AEAEAE. Windows color (decimal): -2774182 or 5942229. OLE color: 5942229.

HSL color Cylindrical-coordinate representation of color #D5AB5A: hue angle of 39.51º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5AB5A is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 171 90 -
CMYK 0 0.20 0.58 0.16
HSL 39.51º 0.59% 0.59% -
HSV(B) 39.51º 0.58% 0.84% -
XYZ 43.85 44.01 15.86 -
YUV 174.32 80.41 155.59 -
System Red Green Blue C M Y K H S L
Decimal 213 171 90 0 0.20 0.58 0.16 39.51 0.59 0.59
Hex D5 AB 5A 0 14 3A 10 28 3B 3B
Octal 325 253 132 0 24 72 20 50 73 73
Binary 11010101 10101011 1011010 0 10100 111010 10000 101000 111011 111011

Color Harmonies of #D5AB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB5A

Black with #D5AB5A

Text Example


Text Example

White with #D5AB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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