Html Css Color HEX #D1A368 Apache

📋 copy color: '#D1A368'

red 209 ◦ green 163 ◦ blue 104

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

Shades of Apache #D1A368

Tints of Apache #D1A368

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.24%

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

R = 43.91%
G = 34.24%
B = 21.85%

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

#D1A368 (or 0xD1A368) is known color: Apache. HEX triplet: D1, A3 and 68. RGB value is (209,163,104). Sum of RGB (Red+Green+Blue) = 209+163+104=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A368 is #2E5C97. Grayscale: #AAAAAA. Windows color (decimal): -3038360 or 6857681. OLE color: 6857681.

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

Color convert

RGB 209 163 104 -
CMYK 0 0.22 0.50 0.18
HSL 33.71º 0.53% 0.61% -
HSV(B) 33.71º 0.5% 0.82% -
XYZ 41.89 40.75 18.75 -
YUV 170.03 90.74 155.8 -
System Red Green Blue C M Y K H S L
Decimal 209 163 104 0 0.22 0.50 0.18 33.71 0.53 0.61
Hex D1 A3 68 0 16 32 12 22 35 3D
Octal 321 243 150 0 26 62 22 42 65 75
Binary 11010001 10100011 1101000 0 10110 110010 10010 100010 110101 111101

Color Harmonies of #D1A368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A368

Black with #D1A368

Text Example


Text Example

White with #D1A368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A368; }

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

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

background-color css

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

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

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

border-color css

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

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

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