Html Css Color HEX #DC8148 Raw Sienna

📋 copy color: '#DC8148'

red 220 ◦ green 129 ◦ blue 72

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

Shades of Raw Sienna #DC8148

Tints of Raw Sienna #DC8148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.1%

R = 52.26%
G = 30.64%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC8148 (or 0xDC8148) is known color: Raw Sienna. HEX triplet: DC, 81 and 48. RGB value is (220,129,72). Sum of RGB (Red+Green+Blue) = 220+129+72=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8148 is #237EB7. Grayscale: #969696. Windows color (decimal): -2326200 or 4751836. OLE color: 4751836.

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

Color convert

RGB 220 129 72 -
CMYK 0 0.41 0.67 0.14
HSL 23.11º 0.68% 0.57% -
HSV(B) 23.11º 0.67% 0.86% -
XYZ 38.54 31.38 10.16 -
YUV 149.71 84.15 178.13 -
System Red Green Blue C M Y K H S L
Decimal 220 129 72 0 0.41 0.67 0.14 23.11 0.68 0.57
Hex DC 81 48 0 29 43 E 17 44 39
Octal 334 201 110 0 51 103 16 27 104 71
Binary 11011100 10000001 1001000 0 101001 1000011 1110 10111 1000100 111001

Color Harmonies of #DC8148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8148

Black with #DC8148

Text Example


Text Example

White with #DC8148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8148; }

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

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

background-color css

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

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

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

border-color css

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

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

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