Html Css Color HEX #D1A268 Apache

📋 copy color: '#D1A268'

red 209 ◦ green 162 ◦ blue 104

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

Shades of Apache #D1A268

Tints of Apache #D1A268

RGB

 RED value IS 209 (82.03% from 255) = 44%

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

 BLUE value IS 104 (41.02% from 255) = 21.89%

R = 44%
G = 34.11%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D1A268 (or 0xD1A268) is known color: Apache. HEX triplet: D1, A2 and 68. RGB value is (209,162,104). Sum of RGB (Red+Green+Blue) = 209+162+104=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A268 is #2E5D97. Grayscale: #A9A9A9. Windows color (decimal): -3038616 or 6857425. OLE color: 6857425.

HSL color Cylindrical-coordinate representation of color #D1A268: hue angle of 33.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1A268 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 162 104 -
CMYK 0 0.22 0.50 0.18
HSL 33.14º 0.53% 0.61% -
HSV(B) 33.14º 0.5% 0.82% -
XYZ 41.71 40.4 18.7 -
YUV 169.44 91.07 156.22 -
System Red Green Blue C M Y K H S L
Decimal 209 162 104 0 0.22 0.50 0.18 33.14 0.53 0.61
Hex D1 A2 68 0 16 32 12 21 35 3D
Octal 321 242 150 0 26 62 22 41 65 75
Binary 11010001 10100010 1101000 0 10110 110010 10010 100001 110101 111101

Color Harmonies of #D1A268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A268

Black with #D1A268

Text Example


Text Example

White with #D1A268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A268; }

 p { color: rgb(209,162,104); }

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

background-color css

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

 a { background-color: rgb(209,162,104); }

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

border-color css

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

 span { border-color: rgb(209,162,104); }

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