Html Css Color HEX #D09E5D Apache

📋 copy color: '#D09E5D'

red 208 ◦ green 158 ◦ blue 93

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

Shades of Apache #D09E5D

Tints of Apache #D09E5D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.42%

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

R = 45.32%
G = 34.42%
B = 20.26%

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

#D09E5D (or 0xD09E5D) is known color: Apache. HEX triplet: D0, 9E and 5D. RGB value is (208,158,93). Sum of RGB (Red+Green+Blue) = 208+158+93=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09E5D is #2F61A2. Grayscale: #A5A5A5. Windows color (decimal): -3105187 or 6135504. OLE color: 6135504.

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

Color convert

RGB 208 158 93 -
CMYK 0 0.24 0.55 0.18
HSL 33.91º 0.55% 0.59% -
HSV(B) 33.91º 0.55% 0.82% -
XYZ 40.22 38.65 15.7 -
YUV 165.54 87.07 158.29 -
System Red Green Blue C M Y K H S L
Decimal 208 158 93 0 0.24 0.55 0.18 33.91 0.55 0.59
Hex D0 9E 5D 0 18 37 12 22 37 3B
Octal 320 236 135 0 30 67 22 42 67 73
Binary 11010000 10011110 1011101 0 11000 110111 10010 100010 110111 111011

Color Harmonies of #D09E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09E5D

Black with #D09E5D

Text Example


Text Example

White with #D09E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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