Html Css Color HEX #D1AD63 Apache

📋 copy color: '#D1AD63'

red 209 ◦ green 173 ◦ blue 99

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

Shades of Apache #D1AD63

Tints of Apache #D1AD63

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.97%

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

R = 43.45%
G = 35.97%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D1AD63 (or 0xD1AD63) is known color: Apache. HEX triplet: D1, AD and 63. RGB value is (209,173,99). Sum of RGB (Red+Green+Blue) = 209+173+99=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AD63 is #2E529C. Grayscale: #AFAFAF. Windows color (decimal): -3035805 or 6532561. OLE color: 6532561.

HSL color Cylindrical-coordinate representation of color #D1AD63: hue angle of 40.36º 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 #D1AD63 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 173 99 -
CMYK 0 0.17 0.53 0.18
HSL 40.36º 0.54% 0.6% -
HSV(B) 40.36º 0.53% 0.82% -
XYZ 43.49 44.34 18.07 -
YUV 175.33 84.93 152.02 -
System Red Green Blue C M Y K H S L
Decimal 209 173 99 0 0.17 0.53 0.18 40.36 0.54 0.6
Hex D1 AD 63 0 11 35 12 28 36 3C
Octal 321 255 143 0 21 65 22 50 66 74
Binary 11010001 10101101 1100011 0 10001 110101 10010 101000 110110 111100

Color Harmonies of #D1AD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AD63

Black with #D1AD63

Text Example


Text Example

White with #D1AD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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