Html Css Color HEX #D3A456 Apache

📋 copy color: '#D3A456'

red 211 ◦ green 164 ◦ blue 86

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

Shades of Apache #D3A456

Tints of Apache #D3A456

RGB

 RED value IS 211 (82.81% from 255) = 45.77%

 GREEN value IS 164 (64.45% from 255) = 35.57%

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

R = 45.77%
G = 35.57%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D3A456 (or 0xD3A456) is known color: Apache. HEX triplet: D3, A4 and 56. RGB value is (211,164,86). Sum of RGB (Red+Green+Blue) = 211+164+86=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A456 is #2C5BA9. Grayscale: #A9A9A9. Windows color (decimal): -2907050 or 5678291. OLE color: 5678291.

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

Color convert

RGB 211 164 86 -
CMYK 0 0.22 0.59 0.17
HSL 37.44º 0.59% 0.58% -
HSV(B) 37.44º 0.59% 0.83% -
XYZ 41.82 41.07 14.53 -
YUV 169.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 211 164 86 0 0.22 0.59 0.17 37.44 0.59 0.58
Hex D3 A4 56 0 16 3B 11 25 3B 3A
Octal 323 244 126 0 26 73 21 45 73 72
Binary 11010011 10100100 1010110 0 10110 111011 10001 100101 111011 111010

Color Harmonies of #D3A456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A456

Black with #D3A456

Text Example


Text Example

White with #D3A456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A456; }

 p { color: rgb(211,164,86); }

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

background-color css

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

 a { background-color: rgb(211,164,86); }

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

border-color css

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

 span { border-color: rgb(211,164,86); }

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