Html Css Color HEX #DC8146 Raw Sienna

📋 copy color: '#DC8146'

red 220 ◦ green 129 ◦ blue 70

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

Shades of Raw Sienna #DC8146

Tints of Raw Sienna #DC8146

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.79%

 BLUE value IS 70 (27.73% from 255) = 16.71%

R = 52.51%
G = 30.79%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC8146 (or 0xDC8146) is known color: Raw Sienna. HEX triplet: DC, 81 and 46. RGB value is (220,129,70). Sum of RGB (Red+Green+Blue) = 220+129+70=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 70 (27.73% from 255 or 16.71% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8146 is #237EB9. Grayscale: #959595. Windows color (decimal): -2326202 or 4620764. OLE color: 4620764.

HSL color Cylindrical-coordinate representation of color #DC8146: hue angle of 23.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC8146 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 129 70 -
CMYK 0 0.41 0.68 0.14
HSL 23.6º 0.68% 0.57% -
HSV(B) 23.6º 0.68% 0.86% -
XYZ 38.47 31.36 9.82 -
YUV 149.48 83.15 178.3 -
System Red Green Blue C M Y K H S L
Decimal 220 129 70 0 0.41 0.68 0.14 23.6 0.68 0.57
Hex DC 81 46 0 29 44 E 18 44 39
Octal 334 201 106 0 51 104 16 30 104 71
Binary 11011100 10000001 1000110 0 101001 1000100 1110 11000 1000100 111001

Color Harmonies of #DC8146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8146

Black with #DC8146

Text Example


Text Example

White with #DC8146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8146; }

 p { color: rgb(220,129,70); }

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

background-color css

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

 a { background-color: rgb(220,129,70); }

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

border-color css

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

 span { border-color: rgb(220,129,70); }

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