Html Css Color HEX #D3A055 Apache

📋 copy color: '#D3A055'

red 211 ◦ green 160 ◦ blue 85

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

Shades of Apache #D3A055

Tints of Apache #D3A055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.64%

R = 46.27%
G = 35.09%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#D3A055 (or 0xD3A055) is known color: Apache. HEX triplet: D3, A0 and 55. RGB value is (211,160,85). Sum of RGB (Red+Green+Blue) = 211+160+85=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A055 is #2C5FAA. Grayscale: #A7A7A7. Windows color (decimal): -2908075 or 5611731. OLE color: 5611731.

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

Color convert

RGB 211 160 85 -
CMYK 0 0.24 0.60 0.17
HSL 35.71º 0.59% 0.58% -
HSV(B) 35.71º 0.6% 0.83% -
XYZ 41.07 39.65 14.08 -
YUV 166.7 81.9 159.6 -
System Red Green Blue C M Y K H S L
Decimal 211 160 85 0 0.24 0.60 0.17 35.71 0.59 0.58
Hex D3 A0 55 0 18 3C 11 24 3B 3A
Octal 323 240 125 0 30 74 21 44 73 72
Binary 11010011 10100000 1010101 0 11000 111100 10001 100100 111011 111010

Color Harmonies of #D3A055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A055

Black with #D3A055

Text Example


Text Example

White with #D3A055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A055; }

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

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

background-color css

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

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

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

border-color css

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

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

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