Html Css Color HEX #D3A65A Apache

📋 copy color: '#D3A65A'

red 211 ◦ green 166 ◦ blue 90

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

Shades of Apache #D3A65A

Tints of Apache #D3A65A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.55%

 BLUE value IS 90 (35.55% from 255) = 19.27%

R = 45.18%
G = 35.55%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3A65A (or 0xD3A65A) is known color: Apache. HEX triplet: D3, A6 and 5A. RGB value is (211,166,90). Sum of RGB (Red+Green+Blue) = 211+166+90=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A65A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A65A is #2C59A5. Grayscale: #ABABAB. Windows color (decimal): -2906534 or 5940947. OLE color: 5940947.

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

Color convert

RGB 211 166 90 -
CMYK 0 0.21 0.57 0.17
HSL 37.69º 0.58% 0.59% -
HSV(B) 37.69º 0.57% 0.83% -
XYZ 42.35 41.86 15.52 -
YUV 170.79 82.41 156.68 -
System Red Green Blue C M Y K H S L
Decimal 211 166 90 0 0.21 0.57 0.17 37.69 0.58 0.59
Hex D3 A6 5A 0 15 39 11 26 3A 3B
Octal 323 246 132 0 25 71 21 46 72 73
Binary 11010011 10100110 1011010 0 10101 111001 10001 100110 111010 111011

Color Harmonies of #D3A65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A65A

Black with #D3A65A

Text Example


Text Example

White with #D3A65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A65A; }

 p { color: rgb(211,166,90); }

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

background-color css

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

 a { background-color: rgb(211,166,90); }

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

border-color css

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

 span { border-color: rgb(211,166,90); }

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