Html Css Color HEX #D2A168 Apache

📋 copy color: '#D2A168'

red 210 ◦ green 161 ◦ blue 104

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

Shades of Apache #D2A168

Tints of Apache #D2A168

RGB

 RED value IS 210 (82.42% from 255) = 44.21%

 GREEN value IS 161 (63.28% from 255) = 33.89%

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

R = 44.21%
G = 33.89%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2A168 (or 0xD2A168) is known color: Apache. HEX triplet: D2, A1 and 68. RGB value is (210,161,104). Sum of RGB (Red+Green+Blue) = 210+161+104=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A168 is #2D5E97. Grayscale: #A9A9A9. Windows color (decimal): -2973336 or 6857170. OLE color: 6857170.

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

Color convert

RGB 210 161 104 -
CMYK 0 0.23 0.50 0.18
HSL 32.26º 0.54% 0.62% -
HSV(B) 32.26º 0.5% 0.82% -
XYZ 41.82 40.19 18.65 -
YUV 169.15 91.23 157.13 -
System Red Green Blue C M Y K H S L
Decimal 210 161 104 0 0.23 0.50 0.18 32.26 0.54 0.62
Hex D2 A1 68 0 17 32 12 20 36 3E
Octal 322 241 150 0 27 62 22 40 66 76
Binary 11010010 10100001 1101000 0 10111 110010 10010 100000 110110 111110

Color Harmonies of #D2A168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A168

Black with #D2A168

Text Example


Text Example

White with #D2A168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A168; }

 p { color: rgb(210,161,104); }

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

background-color css

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

 a { background-color: rgb(210,161,104); }

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

border-color css

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

 span { border-color: rgb(210,161,104); }

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