Html Css Color HEX #D0A054 Apache

📋 copy color: '#D0A054'

red 208 ◦ green 160 ◦ blue 84

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

Shades of Apache #D0A054

Tints of Apache #D0A054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.58%

R = 46.02%
G = 35.4%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D0A054 (or 0xD0A054) is known color: Apache. HEX triplet: D0, A0 and 54. RGB value is (208,160,84). Sum of RGB (Red+Green+Blue) = 208+160+84=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A054 is #2F5FAB. Grayscale: #A6A6A6. Windows color (decimal): -3104684 or 5546192. OLE color: 5546192.

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

Color convert

RGB 208 160 84 -
CMYK 0 0.23 0.60 0.18
HSL 36.77º 0.57% 0.57% -
HSV(B) 36.77º 0.6% 0.82% -
XYZ 40.18 39.19 13.83 -
YUV 165.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 208 160 84 0 0.23 0.60 0.18 36.77 0.57 0.57
Hex D0 A0 54 0 17 3C 12 25 39 39
Octal 320 240 124 0 27 74 22 45 71 71
Binary 11010000 10100000 1010100 0 10111 111100 10010 100101 111001 111001

Color Harmonies of #D0A054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A054

Black with #D0A054

Text Example


Text Example

White with #D0A054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A054; }

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

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

background-color css

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

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

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

border-color css

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

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

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