Html Css Color HEX #DC8650 Raw Sienna

📋 copy color: '#DC8650'

red 220 ◦ green 134 ◦ blue 80

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

Shades of Raw Sienna #DC8650

Tints of Raw Sienna #DC8650

RGB

 RED value IS 220 (86.33% from 255) = 50.69%

 GREEN value IS 134 (52.73% from 255) = 30.88%

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

R = 50.69%
G = 30.88%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC8650 (or 0xDC8650) is known color: Raw Sienna. HEX triplet: DC, 86 and 50. RGB value is (220,134,80). Sum of RGB (Red+Green+Blue) = 220+134+80=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8650 is #2379AF. Grayscale: #999999. Windows color (decimal): -2324912 or 5277404. OLE color: 5277404.

HSL color Cylindrical-coordinate representation of color #DC8650: hue angle of 23.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC8650 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 134 80 -
CMYK 0 0.39 0.64 0.14
HSL 23.14º 0.67% 0.59% -
HSV(B) 23.14º 0.64% 0.86% -
XYZ 39.49 32.85 11.85 -
YUV 153.56 86.49 175.39 -
System Red Green Blue C M Y K H S L
Decimal 220 134 80 0 0.39 0.64 0.14 23.14 0.67 0.59
Hex DC 86 50 0 27 40 E 17 43 3B
Octal 334 206 120 0 47 100 16 27 103 73
Binary 11011100 10000110 1010000 0 100111 1000000 1110 10111 1000011 111011

Color Harmonies of #DC8650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8650

Black with #DC8650

Text Example


Text Example

White with #DC8650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8650; }

 p { color: rgb(220,134,80); }

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

background-color css

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

 a { background-color: rgb(220,134,80); }

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

border-color css

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

 span { border-color: rgb(220,134,80); }

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