Html Css Color HEX #D09C5B Apache

📋 copy color: '#D09C5B'

red 208 ◦ green 156 ◦ blue 91

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

Shades of Apache #D09C5B

Tints of Apache #D09C5B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.29%

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

R = 45.71%
G = 34.29%
B = 20%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D09C5B (or 0xD09C5B) is known color: Apache. HEX triplet: D0, 9C and 5B. RGB value is (208,156,91). Sum of RGB (Red+Green+Blue) = 208+156+91=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09C5B is #2F63A4. Grayscale: #A4A4A4. Windows color (decimal): -3105701 or 6003920. OLE color: 6003920.

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

Color convert

RGB 208 156 91 -
CMYK 0 0.25 0.56 0.18
HSL 33.33º 0.55% 0.59% -
HSV(B) 33.33º 0.56% 0.82% -
XYZ 39.79 37.94 15.12 -
YUV 164.14 86.73 159.29 -
System Red Green Blue C M Y K H S L
Decimal 208 156 91 0 0.25 0.56 0.18 33.33 0.55 0.59
Hex D0 9C 5B 0 19 38 12 21 37 3B
Octal 320 234 133 0 31 70 22 41 67 73
Binary 11010000 10011100 1011011 0 11001 111000 10010 100001 110111 111011

Color Harmonies of #D09C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C5B

Black with #D09C5B

Text Example


Text Example

White with #D09C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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