Html Css Color HEX #D09F51 Apache

📋 copy color: '#D09F51'

red 208 ◦ green 159 ◦ blue 81

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

Shades of Apache #D09F51

Tints of Apache #D09F51

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.49%

 BLUE value IS 81 (32.03% from 255) = 18.08%

R = 46.43%
G = 35.49%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D09F51 (or 0xD09F51) is known color: Apache. HEX triplet: D0, 9F and 51. RGB value is (208,159,81). Sum of RGB (Red+Green+Blue) = 208+159+81=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09F51 is #2F60AE. Grayscale: #A5A5A5. Windows color (decimal): -3104943 or 5349328. OLE color: 5349328.

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

Color convert

RGB 208 159 81 -
CMYK 0 0.24 0.61 0.18
HSL 36.85º 0.57% 0.57% -
HSV(B) 36.85º 0.61% 0.82% -
XYZ 39.9 38.8 13.17 -
YUV 164.76 80.73 158.84 -
System Red Green Blue C M Y K H S L
Decimal 208 159 81 0 0.24 0.61 0.18 36.85 0.57 0.57
Hex D0 9F 51 0 18 3D 12 25 39 39
Octal 320 237 121 0 30 75 22 45 71 71
Binary 11010000 10011111 1010001 0 11000 111101 10010 100101 111001 111001

Color Harmonies of #D09F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09F51

Black with #D09F51

Text Example


Text Example

White with #D09F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09F51; }

 p { color: rgb(208,159,81); }

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

background-color css

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

 a { background-color: rgb(208,159,81); }

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

border-color css

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

 span { border-color: rgb(208,159,81); }

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