Html Css Color HEX #D0A064 Apache

📋 copy color: '#D0A064'

red 208 ◦ green 160 ◦ blue 100

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

Shades of Apache #D0A064

Tints of Apache #D0A064

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.19%

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

R = 44.44%
G = 34.19%
B = 21.37%

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

#D0A064 (or 0xD0A064) is known color: Apache. HEX triplet: D0, A0 and 64. RGB value is (208,160,100). Sum of RGB (Red+Green+Blue) = 208+160+100=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A064 is #2F5F9B. Grayscale: #A7A7A7. Windows color (decimal): -3104668 or 6594768. OLE color: 6594768.

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

Color convert

RGB 208 160 100 -
CMYK 0 0.23 0.52 0.18
HSL 33.33º 0.53% 0.6% -
HSV(B) 33.33º 0.52% 0.82% -
XYZ 40.88 39.47 17.52 -
YUV 167.51 89.9 156.88 -
System Red Green Blue C M Y K H S L
Decimal 208 160 100 0 0.23 0.52 0.18 33.33 0.53 0.6
Hex D0 A0 64 0 17 34 12 21 35 3C
Octal 320 240 144 0 27 64 22 41 65 74
Binary 11010000 10100000 1100100 0 10111 110100 10010 100001 110101 111100

Color Harmonies of #D0A064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A064

Black with #D0A064

Text Example


Text Example

White with #D0A064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A064; }

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

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

background-color css

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

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

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

border-color css

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

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

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