Html Css Color HEX #D09F5D Apache

📋 copy color: '#D09F5D'

red 208 ◦ green 159 ◦ blue 93

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

Shades of Apache #D09F5D

Tints of Apache #D09F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.22%

R = 45.22%
G = 34.57%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D09F5D (or 0xD09F5D) is known color: Apache. HEX triplet: D0, 9F and 5D. RGB value is (208,159,93). Sum of RGB (Red+Green+Blue) = 208+159+93=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09F5D is #2F60A2. Grayscale: #A6A6A6. Windows color (decimal): -3104931 or 6135760. OLE color: 6135760.

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

Color convert

RGB 208 159 93 -
CMYK 0 0.24 0.55 0.18
HSL 34.43º 0.55% 0.59% -
HSV(B) 34.43º 0.55% 0.82% -
XYZ 40.39 39 15.75 -
YUV 166.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 208 159 93 0 0.24 0.55 0.18 34.43 0.55 0.59
Hex D0 9F 5D 0 18 37 12 22 37 3B
Octal 320 237 135 0 30 67 22 42 67 73
Binary 11010000 10011111 1011101 0 11000 110111 10010 100010 110111 111011

Color Harmonies of #D09F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09F5D

Black with #D09F5D

Text Example


Text Example

White with #D09F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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