Html Css Color HEX #D49F51 Apache

📋 copy color: '#D49F51'

red 212 ◦ green 159 ◦ blue 81

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

Shades of Apache #D49F51

Tints of Apache #D49F51

RGB

 RED value IS 212 (83.2% from 255) = 46.9%

 GREEN value IS 159 (62.5% from 255) = 35.18%

 BLUE value IS 81 (32.03% from 255) = 17.92%

R = 46.9%
G = 35.18%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D49F51 (or 0xD49F51) is known color: Apache. HEX triplet: D4, 9F and 51. RGB value is (212,159,81). Sum of RGB (Red+Green+Blue) = 212+159+81=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 81 (32.03% from 255 or 17.92% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49F51 is #2B60AE. Grayscale: #A6A6A6. Windows color (decimal): -2842799 or 5349332. OLE color: 5349332.

HSL color Cylindrical-coordinate representation of color #D49F51: hue angle of 35.73º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D49F51 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 159 81 -
CMYK 0 0.25 0.62 0.17
HSL 35.73º 0.6% 0.57% -
HSV(B) 35.73º 0.62% 0.83% -
XYZ 41.03 39.39 13.22 -
YUV 165.96 80.06 160.84 -
System Red Green Blue C M Y K H S L
Decimal 212 159 81 0 0.25 0.62 0.17 35.73 0.6 0.57
Hex D4 9F 51 0 19 3E 11 24 3C 39
Octal 324 237 121 0 31 76 21 44 74 71
Binary 11010100 10011111 1010001 0 11001 111110 10001 100100 111100 111001

Color Harmonies of #D49F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49F51

Black with #D49F51

Text Example


Text Example

White with #D49F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49F51; }

 p { color: rgb(212,159,81); }

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

background-color css

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

 a { background-color: rgb(212,159,81); }

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

border-color css

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

 span { border-color: rgb(212,159,81); }

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