Html Css Color HEX #D09C50 Apache

📋 copy color: '#D09C50'

red 208 ◦ green 156 ◦ blue 80

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

Shades of Apache #D09C50

Tints of Apache #D09C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.02%

R = 46.85%
G = 35.14%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D09C50 (or 0xD09C50) is known color: Apache. HEX triplet: D0, 9C and 50. RGB value is (208,156,80). Sum of RGB (Red+Green+Blue) = 208+156+80=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09C50 is #2F63AF. Grayscale: #A3A3A3. Windows color (decimal): -3105712 or 5283024. OLE color: 5283024.

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

Color convert

RGB 208 156 80 -
CMYK 0 0.25 0.62 0.18
HSL 35.63º 0.58% 0.56% -
HSV(B) 35.63º 0.62% 0.82% -
XYZ 39.35 37.77 12.81 -
YUV 162.88 81.23 160.18 -
System Red Green Blue C M Y K H S L
Decimal 208 156 80 0 0.25 0.62 0.18 35.63 0.58 0.56
Hex D0 9C 50 0 19 3E 12 24 3A 38
Octal 320 234 120 0 31 76 22 44 72 70
Binary 11010000 10011100 1010000 0 11001 111110 10010 100100 111010 111000

Color Harmonies of #D09C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C50

Black with #D09C50

Text Example


Text Example

White with #D09C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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