Html Css Color HEX #D49E50 Apache

📋 copy color: '#D49E50'

red 212 ◦ green 158 ◦ blue 80

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

Shades of Apache #D49E50

Tints of Apache #D49E50

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.11%

 BLUE value IS 80 (31.64% from 255) = 17.78%

R = 47.11%
G = 35.11%
B = 17.78%

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

#D49E50 (or 0xD49E50) is known color: Apache. HEX triplet: D4, 9E and 50. RGB value is (212,158,80). Sum of RGB (Red+Green+Blue) = 212+158+80=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49E50 is #2B61AF. Grayscale: #A5A5A5. Windows color (decimal): -2843056 or 5283540. OLE color: 5283540.

HSL color Cylindrical-coordinate representation of color #D49E50: hue angle of 35.45º degrees, saturation: 0.61, 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 #D49E50 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 158 80 -
CMYK 0 0.25 0.62 0.17
HSL 35.45º 0.61% 0.57% -
HSV(B) 35.45º 0.62% 0.83% -
XYZ 40.83 39.03 12.97 -
YUV 165.25 79.89 161.34 -
System Red Green Blue C M Y K H S L
Decimal 212 158 80 0 0.25 0.62 0.17 35.45 0.61 0.57
Hex D4 9E 50 0 19 3E 11 23 3D 39
Octal 324 236 120 0 31 76 21 43 75 71
Binary 11010100 10011110 1010000 0 11001 111110 10001 100011 111101 111001

Color Harmonies of #D49E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49E50

Black with #D49E50

Text Example


Text Example

White with #D49E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49E50; }

 p { color: rgb(212,158,80); }

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

background-color css

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

 a { background-color: rgb(212,158,80); }

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

border-color css

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

 span { border-color: rgb(212,158,80); }

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