Html Css Color HEX #D09F55 Apache

📋 copy color: '#D09F55'

red 208 ◦ green 159 ◦ blue 85

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

Shades of Apache #D09F55

Tints of Apache #D09F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.81%

R = 46.02%
G = 35.18%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D09F55 (or 0xD09F55) is known color: Apache. HEX triplet: D0, 9F and 55. RGB value is (208,159,85). Sum of RGB (Red+Green+Blue) = 208+159+85=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09F55 is #2F60AA. Grayscale: #A5A5A5. Windows color (decimal): -3104939 or 5611472. OLE color: 5611472.

HSL color Cylindrical-coordinate representation of color #D09F55: hue angle of 36.1º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D09F55 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 159 85 -
CMYK 0 0.24 0.59 0.18
HSL 36.1º 0.57% 0.57% -
HSV(B) 36.1º 0.59% 0.82% -
XYZ 40.05 38.86 13.98 -
YUV 165.22 82.73 158.52 -
System Red Green Blue C M Y K H S L
Decimal 208 159 85 0 0.24 0.59 0.18 36.1 0.57 0.57
Hex D0 9F 55 0 18 3B 12 24 39 39
Octal 320 237 125 0 30 73 22 44 71 71
Binary 11010000 10011111 1010101 0 11000 111011 10010 100100 111001 111001

Color Harmonies of #D09F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09F55

Black with #D09F55

Text Example


Text Example

White with #D09F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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