Html Css Color HEX #D09E52 Apache

📋 copy color: '#D09E52'

red 208 ◦ green 158 ◦ blue 82

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

Shades of Apache #D09E52

Tints of Apache #D09E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.3%

R = 46.43%
G = 35.27%
B = 18.3%

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

#D09E52 (or 0xD09E52) is known color: Apache. HEX triplet: D0, 9E and 52. RGB value is (208,158,82). Sum of RGB (Red+Green+Blue) = 208+158+82=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09E52 is #2F61AD. Grayscale: #A4A4A4. Windows color (decimal): -3105198 or 5414608. OLE color: 5414608.

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

Color convert

RGB 208 158 82 -
CMYK 0 0.24 0.61 0.18
HSL 36.19º 0.57% 0.57% -
HSV(B) 36.19º 0.61% 0.82% -
XYZ 39.76 38.47 13.31 -
YUV 164.29 81.57 159.18 -
System Red Green Blue C M Y K H S L
Decimal 208 158 82 0 0.24 0.61 0.18 36.19 0.57 0.57
Hex D0 9E 52 0 18 3D 12 24 39 39
Octal 320 236 122 0 30 75 22 44 71 71
Binary 11010000 10011110 1010010 0 11000 111101 10010 100100 111001 111001

Color Harmonies of #D09E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09E52

Black with #D09E52

Text Example


Text Example

White with #D09E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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