Html Css Color HEX #D09F5B Apache

📋 copy color: '#D09F5B'

red 208 ◦ green 159 ◦ blue 91

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

Shades of Apache #D09F5B

Tints of Apache #D09F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.87%

R = 45.41%
G = 34.72%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D09F5B (or 0xD09F5B) is known color: Apache. HEX triplet: D0, 9F and 5B. RGB value is (208,159,91). Sum of RGB (Red+Green+Blue) = 208+159+91=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09F5B is #2F60A4. Grayscale: #A6A6A6. Windows color (decimal): -3104933 or 6004688. OLE color: 6004688.

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

Color convert

RGB 208 159 91 -
CMYK 0 0.24 0.56 0.18
HSL 34.87º 0.55% 0.59% -
HSV(B) 34.87º 0.56% 0.82% -
XYZ 40.3 38.96 15.29 -
YUV 165.9 85.73 158.03 -
System Red Green Blue C M Y K H S L
Decimal 208 159 91 0 0.24 0.56 0.18 34.87 0.55 0.59
Hex D0 9F 5B 0 18 38 12 23 37 3B
Octal 320 237 133 0 30 70 22 43 67 73
Binary 11010000 10011111 1011011 0 11000 111000 10010 100011 110111 111011

Color Harmonies of #D09F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09F5B

Black with #D09F5B

Text Example


Text Example

White with #D09F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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