Html Css Color HEX #D0A04E Apache

📋 copy color: '#D0A04E'

red 208 ◦ green 160 ◦ blue 78

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

Shades of Apache #D0A04E

Tints of Apache #D0A04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.49%

R = 46.64%
G = 35.87%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0A04E (or 0xD0A04E) is known color: Apache. HEX triplet: D0, A0 and 4E. RGB value is (208,160,78). Sum of RGB (Red+Green+Blue) = 208+160+78=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A04E is #2F5FB1. Grayscale: #A5A5A5. Windows color (decimal): -3104690 or 5152976. OLE color: 5152976.

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

Color convert

RGB 208 160 78 -
CMYK 0 0.23 0.62 0.18
HSL 37.85º 0.58% 0.56% -
HSV(B) 37.85º 0.63% 0.82% -
XYZ 39.96 39.1 12.65 -
YUV 165 78.9 158.67 -
System Red Green Blue C M Y K H S L
Decimal 208 160 78 0 0.23 0.62 0.18 37.85 0.58 0.56
Hex D0 A0 4E 0 17 3E 12 26 3A 38
Octal 320 240 116 0 27 76 22 46 72 70
Binary 11010000 10100000 1001110 0 10111 111110 10010 100110 111010 111000

Color Harmonies of #D0A04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A04E

Black with #D0A04E

Text Example


Text Example

White with #D0A04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A04E; }

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

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

background-color css

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

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

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

border-color css

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

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

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