Html Css Color HEX #D09D5F Apache

📋 copy color: '#D09D5F'

red 208 ◦ green 157 ◦ blue 95

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

Shades of Apache #D09D5F

Tints of Apache #D09D5F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.13%

 BLUE value IS 95 (37.5% from 255) = 20.65%

R = 45.22%
G = 34.13%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D09D5F (or 0xD09D5F) is known color: Apache. HEX triplet: D0, 9D and 5F. RGB value is (208,157,95). Sum of RGB (Red+Green+Blue) = 208+157+95=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09D5F is #2F62A0. Grayscale: #A5A5A5. Windows color (decimal): -3105441 or 6266320. OLE color: 6266320.

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

Color convert

RGB 208 157 95 -
CMYK 0 0.25 0.54 0.18
HSL 32.92º 0.55% 0.59% -
HSV(B) 32.92º 0.54% 0.82% -
XYZ 40.13 38.35 16.11 -
YUV 165.18 88.4 158.54 -
System Red Green Blue C M Y K H S L
Decimal 208 157 95 0 0.25 0.54 0.18 32.92 0.55 0.59
Hex D0 9D 5F 0 19 36 12 21 37 3B
Octal 320 235 137 0 31 66 22 41 67 73
Binary 11010000 10011101 1011111 0 11001 110110 10010 100001 110111 111011

Color Harmonies of #D09D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09D5F

Black with #D09D5F

Text Example


Text Example

White with #D09D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09D5F; }

 p { color: rgb(208,157,95); }

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

background-color css

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

 a { background-color: rgb(208,157,95); }

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

border-color css

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

 span { border-color: rgb(208,157,95); }

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