Html Css Color HEX #D0A04F Apache

📋 copy color: '#D0A04F'

red 208 ◦ green 160 ◦ blue 79

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

Shades of Apache #D0A04F

Tints of Apache #D0A04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.67%

R = 46.53%
G = 35.79%
B = 17.67%

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

#D0A04F (or 0xD0A04F) is known color: Apache. HEX triplet: D0, A0 and 4F. RGB value is (208,160,79). Sum of RGB (Red+Green+Blue) = 208+160+79=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A04F is #2F5FB0. Grayscale: #A5A5A5. Windows color (decimal): -3104689 or 5218512. OLE color: 5218512.

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

Color convert

RGB 208 160 79 -
CMYK 0 0.23 0.62 0.18
HSL 37.67º 0.58% 0.56% -
HSV(B) 37.67º 0.62% 0.82% -
XYZ 39.99 39.12 12.84 -
YUV 165.12 79.4 158.59 -
System Red Green Blue C M Y K H S L
Decimal 208 160 79 0 0.23 0.62 0.18 37.67 0.58 0.56
Hex D0 A0 4F 0 17 3E 12 26 3A 38
Octal 320 240 117 0 27 76 22 46 72 70
Binary 11010000 10100000 1001111 0 10111 111110 10010 100110 111010 111000

Color Harmonies of #D0A04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A04F

Black with #D0A04F

Text Example


Text Example

White with #D0A04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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