Html Css Color HEX #D3A553 Apache

📋 copy color: '#D3A553'

red 211 ◦ green 165 ◦ blue 83

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

Shades of Apache #D3A553

Tints of Apache #D3A553

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.95%

 BLUE value IS 83 (32.81% from 255) = 18.08%

R = 45.97%
G = 35.95%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D3A553 (or 0xD3A553) is known color: Apache. HEX triplet: D3, A5 and 53. RGB value is (211,165,83). Sum of RGB (Red+Green+Blue) = 211+165+83=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 83 (32.81% from 255 or 18.08% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A553 is #2C5AAC. Grayscale: #A9A9A9. Windows color (decimal): -2906797 or 5481939. OLE color: 5481939.

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

Color convert

RGB 211 165 83 -
CMYK 0 0.22 0.61 0.17
HSL 38.44º 0.59% 0.58% -
HSV(B) 38.44º 0.61% 0.83% -
XYZ 41.88 41.38 13.96 -
YUV 169.41 79.24 157.67 -
System Red Green Blue C M Y K H S L
Decimal 211 165 83 0 0.22 0.61 0.17 38.44 0.59 0.58
Hex D3 A5 53 0 16 3D 11 26 3B 3A
Octal 323 245 123 0 26 75 21 46 73 72
Binary 11010011 10100101 1010011 0 10110 111101 10001 100110 111011 111010

Color Harmonies of #D3A553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A553

Black with #D3A553

Text Example


Text Example

White with #D3A553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A553; }

 p { color: rgb(211,165,83); }

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

background-color css

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

 a { background-color: rgb(211,165,83); }

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

border-color css

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

 span { border-color: rgb(211,165,83); }

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