Html Css Color HEX #D5AB63 Apache

📋 copy color: '#D5AB63'

red 213 ◦ green 171 ◦ blue 99

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

Shades of Apache #D5AB63

Tints of Apache #D5AB63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.5%

R = 44.1%
G = 35.4%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D5AB63 (or 0xD5AB63) is known color: Apache. HEX triplet: D5, AB and 63. RGB value is (213,171,99). Sum of RGB (Red+Green+Blue) = 213+171+99=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB63 is #2A549C. Grayscale: #AFAFAF. Windows color (decimal): -2774173 or 6532053. OLE color: 6532053.

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

Color convert

RGB 213 171 99 -
CMYK 0 0.20 0.54 0.16
HSL 37.89º 0.58% 0.61% -
HSV(B) 37.89º 0.54% 0.84% -
XYZ 44.26 44.17 18 -
YUV 175.35 84.91 154.85 -
System Red Green Blue C M Y K H S L
Decimal 213 171 99 0 0.20 0.54 0.16 37.89 0.58 0.61
Hex D5 AB 63 0 14 36 10 26 3A 3D
Octal 325 253 143 0 24 66 20 46 72 75
Binary 11010101 10101011 1100011 0 10100 110110 10000 100110 111010 111101

Color Harmonies of #D5AB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB63

Black with #D5AB63

Text Example


Text Example

White with #D5AB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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