Html Css Color HEX #D1AB63 Apache

📋 copy color: '#D1AB63'

red 209 ◦ green 171 ◦ blue 99

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

Shades of Apache #D1AB63

Tints of Apache #D1AB63

RGB

 RED value IS 209 (82.03% from 255) = 43.63%

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

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

R = 43.63%
G = 35.7%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D1AB63 (or 0xD1AB63) is known color: Apache. HEX triplet: D1, AB and 63. RGB value is (209,171,99). Sum of RGB (Red+Green+Blue) = 209+171+99=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AB63 is #2E549C. Grayscale: #AEAEAE. Windows color (decimal): -3036317 or 6532049. OLE color: 6532049.

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

Color convert

RGB 209 171 99 -
CMYK 0 0.18 0.53 0.18
HSL 39.27º 0.54% 0.6% -
HSV(B) 39.27º 0.53% 0.82% -
XYZ 43.11 43.58 17.94 -
YUV 174.15 85.59 152.85 -
System Red Green Blue C M Y K H S L
Decimal 209 171 99 0 0.18 0.53 0.18 39.27 0.54 0.6
Hex D1 AB 63 0 12 35 12 27 36 3C
Octal 321 253 143 0 22 65 22 47 66 74
Binary 11010001 10101011 1100011 0 10010 110101 10010 100111 110110 111100

Color Harmonies of #D1AB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AB63

Black with #D1AB63

Text Example


Text Example

White with #D1AB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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