Html Css Color HEX #D3A555 Apache

📋 copy color: '#D3A555'

red 211 ◦ green 165 ◦ blue 85

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

Shades of Apache #D3A555

Tints of Apache #D3A555

RGB

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

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

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

R = 45.77%
G = 35.79%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#D3A555 (or 0xD3A555) is known color: Apache. HEX triplet: D3, A5 and 55. RGB value is (211,165,85). Sum of RGB (Red+Green+Blue) = 211+165+85=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A555 is #2C5AAA. Grayscale: #A9A9A9. Windows color (decimal): -2906795 or 5613011. OLE color: 5613011.

HSL color Cylindrical-coordinate representation of color #D3A555: hue angle of 38.1º 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 #D3A555 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 165 85 -
CMYK 0 0.22 0.60 0.17
HSL 38.1º 0.59% 0.58% -
HSV(B) 38.1º 0.6% 0.83% -
XYZ 41.96 41.42 14.38 -
YUV 169.63 80.24 157.5 -
System Red Green Blue C M Y K H S L
Decimal 211 165 85 0 0.22 0.60 0.17 38.1 0.59 0.58
Hex D3 A5 55 0 16 3C 11 26 3B 3A
Octal 323 245 125 0 26 74 21 46 73 72
Binary 11010011 10100101 1010101 0 10110 111100 10001 100110 111011 111010

Color Harmonies of #D3A555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A555

Black with #D3A555

Text Example


Text Example

White with #D3A555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A555; }

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

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

background-color css

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

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

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

border-color css

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

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

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