Html Css Color HEX #D0A04C Apache

📋 copy color: '#D0A04C'

red 208 ◦ green 160 ◦ blue 76

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

Shades of Apache #D0A04C

Tints of Apache #D0A04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.12%

R = 46.85%
G = 36.04%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0A04C (or 0xD0A04C) is known color: Apache. HEX triplet: D0, A0 and 4C. RGB value is (208,160,76). Sum of RGB (Red+Green+Blue) = 208+160+76=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A04C is #2F5FB3. Grayscale: #A5A5A5. Windows color (decimal): -3104692 or 5021904. OLE color: 5021904.

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

Color convert

RGB 208 160 76 -
CMYK 0 0.23 0.63 0.18
HSL 38.18º 0.58% 0.56% -
HSV(B) 38.18º 0.63% 0.82% -
XYZ 39.89 39.07 12.28 -
YUV 164.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 208 160 76 0 0.23 0.63 0.18 38.18 0.58 0.56
Hex D0 A0 4C 0 17 3F 12 26 3A 38
Octal 320 240 114 0 27 77 22 46 72 70
Binary 11010000 10100000 1001100 0 10111 111111 10010 100110 111010 111000

Color Harmonies of #D0A04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A04C

Black with #D0A04C

Text Example


Text Example

White with #D0A04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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