Html Css Color HEX #D09D55 Apache

📋 copy color: '#D09D55'

red 208 ◦ green 157 ◦ blue 85

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

Shades of Apache #D09D55

Tints of Apache #D09D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.89%

R = 46.22%
G = 34.89%
B = 18.89%

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

#D09D55 (or 0xD09D55) is known color: Apache. HEX triplet: D0, 9D and 55. RGB value is (208,157,85). Sum of RGB (Red+Green+Blue) = 208+157+85=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09D55 is #2F62AA. Grayscale: #A4A4A4. Windows color (decimal): -3105451 or 5610960. OLE color: 5610960.

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

Color convert

RGB 208 157 85 -
CMYK 0 0.25 0.59 0.18
HSL 35.12º 0.57% 0.57% -
HSV(B) 35.12º 0.59% 0.82% -
XYZ 39.71 38.18 13.87 -
YUV 164.04 83.4 159.35 -
System Red Green Blue C M Y K H S L
Decimal 208 157 85 0 0.25 0.59 0.18 35.12 0.57 0.57
Hex D0 9D 55 0 19 3B 12 23 39 39
Octal 320 235 125 0 31 73 22 43 71 71
Binary 11010000 10011101 1010101 0 11001 111011 10010 100011 111001 111001

Color Harmonies of #D09D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09D55

Black with #D09D55

Text Example


Text Example

White with #D09D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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