Html Css Color HEX #D09F50 Apache

📋 copy color: '#D09F50'

red 208 ◦ green 159 ◦ blue 80

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

Shades of Apache #D09F50

Tints of Apache #D09F50

RGB

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

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

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

R = 46.53%
G = 35.57%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D09F50 (or 0xD09F50) is known color: Apache. HEX triplet: D0, 9F and 50. RGB value is (208,159,80). Sum of RGB (Red+Green+Blue) = 208+159+80=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09F50 is #2F60AF. Grayscale: #A5A5A5. Windows color (decimal): -3104944 or 5283792. OLE color: 5283792.

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

Color convert

RGB 208 159 80 -
CMYK 0 0.24 0.62 0.18
HSL 37.03º 0.58% 0.56% -
HSV(B) 37.03º 0.62% 0.82% -
XYZ 39.86 38.79 12.97 -
YUV 164.65 80.23 158.92 -
System Red Green Blue C M Y K H S L
Decimal 208 159 80 0 0.24 0.62 0.18 37.03 0.58 0.56
Hex D0 9F 50 0 18 3E 12 25 3A 38
Octal 320 237 120 0 30 76 22 45 72 70
Binary 11010000 10011111 1010000 0 11000 111110 10010 100101 111010 111000

Color Harmonies of #D09F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09F50

Black with #D09F50

Text Example


Text Example

White with #D09F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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