Html Css Color HEX #D1A356 Apache

📋 copy color: '#D1A356'

red 209 ◦ green 163 ◦ blue 86

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

Shades of Apache #D1A356

Tints of Apache #D1A356

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.59%

 BLUE value IS 86 (33.98% from 255) = 18.78%

R = 45.63%
G = 35.59%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D1A356 (or 0xD1A356) is known color: Apache. HEX triplet: D1, A3 and 56. RGB value is (209,163,86). Sum of RGB (Red+Green+Blue) = 209+163+86=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A356 is #2E5CA9. Grayscale: #A8A8A8. Windows color (decimal): -3038378 or 5678033. OLE color: 5678033.

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

Color convert

RGB 209 163 86 -
CMYK 0 0.22 0.59 0.18
HSL 37.56º 0.57% 0.58% -
HSV(B) 37.56º 0.59% 0.82% -
XYZ 41.07 40.42 14.44 -
YUV 167.98 81.74 157.26 -
System Red Green Blue C M Y K H S L
Decimal 209 163 86 0 0.22 0.59 0.18 37.56 0.57 0.58
Hex D1 A3 56 0 16 3B 12 26 39 3A
Octal 321 243 126 0 26 73 22 46 71 72
Binary 11010001 10100011 1010110 0 10110 111011 10010 100110 111001 111010

Color Harmonies of #D1A356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A356

Black with #D1A356

Text Example


Text Example

White with #D1A356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A356; }

 p { color: rgb(209,163,86); }

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

background-color css

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

 a { background-color: rgb(209,163,86); }

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

border-color css

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

 span { border-color: rgb(209,163,86); }

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