Html Css Color HEX #D3A569 Apache

📋 copy color: '#D3A569'

red 211 ◦ green 165 ◦ blue 105

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

Shades of Apache #D3A569

Tints of Apache #D3A569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.83%

R = 43.87%
G = 34.3%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D3A569 (or 0xD3A569) is known color: Apache. HEX triplet: D3, A5 and 69. RGB value is (211,165,105). Sum of RGB (Red+Green+Blue) = 211+165+105=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A569 is #2C5A96. Grayscale: #ACACAC. Windows color (decimal): -2906775 or 6923731. OLE color: 6923731.

HSL color Cylindrical-coordinate representation of color #D3A569: hue angle of 33.96º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3A569 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 165 105 -
CMYK 0 0.22 0.50 0.17
HSL 33.96º 0.55% 0.62% -
HSV(B) 33.96º 0.5% 0.83% -
XYZ 42.87 41.78 19.17 -
YUV 171.91 90.24 155.88 -
System Red Green Blue C M Y K H S L
Decimal 211 165 105 0 0.22 0.50 0.17 33.96 0.55 0.62
Hex D3 A5 69 0 16 32 11 22 37 3E
Octal 323 245 151 0 26 62 21 42 67 76
Binary 11010011 10100101 1101001 0 10110 110010 10001 100010 110111 111110

Color Harmonies of #D3A569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A569

Black with #D3A569

Text Example


Text Example

White with #D3A569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A569; }

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

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

background-color css

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

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

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

border-color css

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

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

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