Html Css Color HEX #D39F50 Apache

📋 copy color: '#D39F50'

red 211 ◦ green 159 ◦ blue 80

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

Shades of Apache #D39F50

Tints of Apache #D39F50

RGB

 RED value IS 211 (82.81% from 255) = 46.89%

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

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

R = 46.89%
G = 35.33%
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

#D39F50 (or 0xD39F50) is known color: Apache. HEX triplet: D3, 9F and 50. RGB value is (211,159,80). Sum of RGB (Red+Green+Blue) = 211+159+80=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D39F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39F50 is #2C60AF. Grayscale: #A5A5A5. Windows color (decimal): -2908336 or 5283795. OLE color: 5283795.

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

Color convert

RGB 211 159 80 -
CMYK 0 0.25 0.62 0.17
HSL 36.18º 0.6% 0.57% -
HSV(B) 36.18º 0.62% 0.83% -
XYZ 40.71 39.22 13.01 -
YUV 165.54 79.73 160.42 -
System Red Green Blue C M Y K H S L
Decimal 211 159 80 0 0.25 0.62 0.17 36.18 0.6 0.57
Hex D3 9F 50 0 19 3E 11 24 3C 39
Octal 323 237 120 0 31 76 21 44 74 71
Binary 11010011 10011111 1010000 0 11001 111110 10001 100100 111100 111001

Color Harmonies of #D39F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39F50

Black with #D39F50

Text Example


Text Example

White with #D39F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39F50; }

 p { color: rgb(211,159,80); }

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

background-color css

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

 a { background-color: rgb(211,159,80); }

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

border-color css

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

 span { border-color: rgb(211,159,80); }

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