Html Css Color HEX #D09E5B Apache

📋 copy color: '#D09E5B'

red 208 ◦ green 158 ◦ blue 91

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

Shades of Apache #D09E5B

Tints of Apache #D09E5B

RGB

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

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

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

R = 45.51%
G = 34.57%
B = 19.91%

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

#D09E5B (or 0xD09E5B) is known color: Apache. HEX triplet: D0, 9E and 5B. RGB value is (208,158,91). Sum of RGB (Red+Green+Blue) = 208+158+91=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09E5B is #2F61A4. Grayscale: #A5A5A5. Windows color (decimal): -3105189 or 6004432. OLE color: 6004432.

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

Color convert

RGB 208 158 91 -
CMYK 0 0.24 0.56 0.18
HSL 34.36º 0.55% 0.59% -
HSV(B) 34.36º 0.56% 0.82% -
XYZ 40.13 38.62 15.24 -
YUV 165.31 86.07 158.45 -
System Red Green Blue C M Y K H S L
Decimal 208 158 91 0 0.24 0.56 0.18 34.36 0.55 0.59
Hex D0 9E 5B 0 18 38 12 22 37 3B
Octal 320 236 133 0 30 70 22 42 67 73
Binary 11010000 10011110 1011011 0 11000 111000 10010 100010 110111 111011

Color Harmonies of #D09E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09E5B

Black with #D09E5B

Text Example


Text Example

White with #D09E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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