Html Css Color HEX #D3A265 Apache

📋 copy color: '#D3A265'

red 211 ◦ green 162 ◦ blue 101

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

Shades of Apache #D3A265

Tints of Apache #D3A265

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.18%

 BLUE value IS 101 (39.84% from 255) = 21.31%

R = 44.51%
G = 34.18%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D3A265 (or 0xD3A265) is known color: Apache. HEX triplet: D3, A2 and 65. RGB value is (211,162,101). Sum of RGB (Red+Green+Blue) = 211+162+101=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A265 is #2C5D9A. Grayscale: #A9A9A9. Windows color (decimal): -2907547 or 6660819. OLE color: 6660819.

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

Color convert

RGB 211 162 101 -
CMYK 0 0.23 0.52 0.17
HSL 33.27º 0.56% 0.61% -
HSV(B) 33.27º 0.52% 0.83% -
XYZ 42.13 40.63 17.93 -
YUV 169.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 211 162 101 0 0.23 0.52 0.17 33.27 0.56 0.61
Hex D3 A2 65 0 17 34 11 21 38 3D
Octal 323 242 145 0 27 64 21 41 70 75
Binary 11010011 10100010 1100101 0 10111 110100 10001 100001 111000 111101

Color Harmonies of #D3A265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A265

Black with #D3A265

Text Example


Text Example

White with #D3A265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A265; }

 p { color: rgb(211,162,101); }

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

background-color css

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

 a { background-color: rgb(211,162,101); }

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

border-color css

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

 span { border-color: rgb(211,162,101); }

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