Html Css Color HEX #D09C56 Apache

📋 copy color: '#D09C56'

red 208 ◦ green 156 ◦ blue 86

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

Shades of Apache #D09C56

Tints of Apache #D09C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.11%

R = 46.22%
G = 34.67%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D09C56 (or 0xD09C56) is known color: Apache. HEX triplet: D0, 9C and 56. RGB value is (208,156,86). Sum of RGB (Red+Green+Blue) = 208+156+86=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09C56 is #2F63A9. Grayscale: #A3A3A3. Windows color (decimal): -3105706 or 5676240. OLE color: 5676240.

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

Color convert

RGB 208 156 86 -
CMYK 0 0.25 0.59 0.18
HSL 34.43º 0.56% 0.58% -
HSV(B) 34.43º 0.59% 0.82% -
XYZ 39.58 37.86 14.03 -
YUV 163.57 84.23 159.69 -
System Red Green Blue C M Y K H S L
Decimal 208 156 86 0 0.25 0.59 0.18 34.43 0.56 0.58
Hex D0 9C 56 0 19 3B 12 22 38 3A
Octal 320 234 126 0 31 73 22 42 70 72
Binary 11010000 10011100 1010110 0 11001 111011 10010 100010 111000 111010

Color Harmonies of #D09C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C56

Black with #D09C56

Text Example


Text Example

White with #D09C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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