Html Css Color HEX #D3A05C Apache

📋 copy color: '#D3A05C'

red 211 ◦ green 160 ◦ blue 92

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

Shades of Apache #D3A05C

Tints of Apache #D3A05C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.56%

 BLUE value IS 92 (36.33% from 255) = 19.87%

R = 45.57%
G = 34.56%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D3A05C (or 0xD3A05C) is known color: Apache. HEX triplet: D3, A0 and 5C. RGB value is (211,160,92). Sum of RGB (Red+Green+Blue) = 211+160+92=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A05C is #2C5FA3. Grayscale: #A7A7A7. Windows color (decimal): -2908068 or 6070483. OLE color: 6070483.

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

Color convert

RGB 211 160 92 -
CMYK 0 0.24 0.56 0.17
HSL 34.29º 0.57% 0.59% -
HSV(B) 34.29º 0.56% 0.83% -
XYZ 41.37 39.76 15.62 -
YUV 167.5 85.4 159.03 -
System Red Green Blue C M Y K H S L
Decimal 211 160 92 0 0.24 0.56 0.17 34.29 0.57 0.59
Hex D3 A0 5C 0 18 38 11 22 39 3B
Octal 323 240 134 0 30 70 21 42 71 73
Binary 11010011 10100000 1011100 0 11000 111000 10001 100010 111001 111011

Color Harmonies of #D3A05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A05C

Black with #D3A05C

Text Example


Text Example

White with #D3A05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A05C; }

 p { color: rgb(211,160,92); }

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

background-color css

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

 a { background-color: rgb(211,160,92); }

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

border-color css

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

 span { border-color: rgb(211,160,92); }

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