Html Css Color HEX #D1A568 Apache

📋 copy color: '#D1A568'

red 209 ◦ green 165 ◦ blue 104

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

Shades of Apache #D1A568

Tints of Apache #D1A568

RGB

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

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

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

R = 43.72%
G = 34.52%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D1A568 (or 0xD1A568) is known color: Apache. HEX triplet: D1, A5 and 68. RGB value is (209,165,104). Sum of RGB (Red+Green+Blue) = 209+165+104=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A568 is #2E5A97. Grayscale: #ABABAB. Windows color (decimal): -3037848 or 6858193. OLE color: 6858193.

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

Color convert

RGB 209 165 104 -
CMYK 0 0.21 0.50 0.18
HSL 34.86º 0.53% 0.61% -
HSV(B) 34.86º 0.5% 0.82% -
XYZ 42.25 41.47 18.87 -
YUV 171.2 90.08 154.96 -
System Red Green Blue C M Y K H S L
Decimal 209 165 104 0 0.21 0.50 0.18 34.86 0.53 0.61
Hex D1 A5 68 0 15 32 12 23 35 3D
Octal 321 245 150 0 25 62 22 43 65 75
Binary 11010001 10100101 1101000 0 10101 110010 10010 100011 110101 111101

Color Harmonies of #D1A568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A568

Black with #D1A568

Text Example


Text Example

White with #D1A568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A568; }

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

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

background-color css

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

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

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

border-color css

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

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

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