Html Css Color HEX #D0A164 Apache

📋 copy color: '#D0A164'

red 208 ◦ green 161 ◦ blue 100

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

Shades of Apache #D0A164

Tints of Apache #D0A164

RGB

 RED value IS 208 (81.64% from 255) = 44.35%

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

 BLUE value IS 100 (39.45% from 255) = 21.32%

R = 44.35%
G = 34.33%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D0A164 (or 0xD0A164) is known color: Apache. HEX triplet: D0, A1 and 64. RGB value is (208,161,100). Sum of RGB (Red+Green+Blue) = 208+161+100=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A164 is #2F5E9B. Grayscale: #A8A8A8. Windows color (decimal): -3104412 or 6595024. OLE color: 6595024.

HSL color Cylindrical-coordinate representation of color #D0A164: hue angle of 33.89º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0A164 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 161 100 -
CMYK 0 0.23 0.52 0.18
HSL 33.89º 0.53% 0.6% -
HSV(B) 33.89º 0.52% 0.82% -
XYZ 41.06 39.82 17.58 -
YUV 168.1 89.57 156.46 -
System Red Green Blue C M Y K H S L
Decimal 208 161 100 0 0.23 0.52 0.18 33.89 0.53 0.6
Hex D0 A1 64 0 17 34 12 22 35 3C
Octal 320 241 144 0 27 64 22 42 65 74
Binary 11010000 10100001 1100100 0 10111 110100 10010 100010 110101 111100

Color Harmonies of #D0A164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A164

Black with #D0A164

Text Example


Text Example

White with #D0A164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A164; }

 p { color: rgb(208,161,100); }

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

background-color css

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

 a { background-color: rgb(208,161,100); }

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

border-color css

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

 span { border-color: rgb(208,161,100); }

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