Html Css Color HEX #D09F5C Apache

📋 copy color: '#D09F5C'

red 208 ◦ green 159 ◦ blue 92

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

Shades of Apache #D09F5C

Tints of Apache #D09F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.04%

R = 45.32%
G = 34.64%
B = 20.04%

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

#D09F5C (or 0xD09F5C) is known color: Apache. HEX triplet: D0, 9F and 5C. RGB value is (208,159,92). Sum of RGB (Red+Green+Blue) = 208+159+92=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09F5C is #2F60A3. Grayscale: #A6A6A6. Windows color (decimal): -3104932 or 6070224. OLE color: 6070224.

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

Color convert

RGB 208 159 92 -
CMYK 0 0.24 0.56 0.18
HSL 34.66º 0.55% 0.59% -
HSV(B) 34.66º 0.56% 0.82% -
XYZ 40.34 38.98 15.52 -
YUV 166.01 86.23 157.95 -
System Red Green Blue C M Y K H S L
Decimal 208 159 92 0 0.24 0.56 0.18 34.66 0.55 0.59
Hex D0 9F 5C 0 18 38 12 23 37 3B
Octal 320 237 134 0 30 70 22 43 67 73
Binary 11010000 10011111 1011100 0 11000 111000 10010 100011 110111 111011

Color Harmonies of #D09F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09F5C

Black with #D09F5C

Text Example


Text Example

White with #D09F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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