Html Css Color HEX #D09C52 Apache

📋 copy color: '#D09C52'

red 208 ◦ green 156 ◦ blue 82

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

Shades of Apache #D09C52

Tints of Apache #D09C52

RGB

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

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

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

R = 46.64%
G = 34.98%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D09C52 (or 0xD09C52) is known color: Apache. HEX triplet: D0, 9C and 52. RGB value is (208,156,82). Sum of RGB (Red+Green+Blue) = 208+156+82=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 82 (32.42% from 255 or 18.39% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09C52 is #2F63AD. Grayscale: #A3A3A3. Windows color (decimal): -3105710 or 5414096. OLE color: 5414096.

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

Color convert

RGB 208 156 82 -
CMYK 0 0.25 0.61 0.18
HSL 35.24º 0.57% 0.57% -
HSV(B) 35.24º 0.61% 0.82% -
XYZ 39.42 37.8 13.2 -
YUV 163.11 82.23 160.02 -
System Red Green Blue C M Y K H S L
Decimal 208 156 82 0 0.25 0.61 0.18 35.24 0.57 0.57
Hex D0 9C 52 0 19 3D 12 23 39 39
Octal 320 234 122 0 31 75 22 43 71 71
Binary 11010000 10011100 1010010 0 11001 111101 10010 100011 111001 111001

Color Harmonies of #D09C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C52

Black with #D09C52

Text Example


Text Example

White with #D09C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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