Html Css Color HEX #DC8548 Raw Sienna

📋 copy color: '#DC8548'

red 220 ◦ green 133 ◦ blue 72

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

Shades of Raw Sienna #DC8548

Tints of Raw Sienna #DC8548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.29%

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

R = 51.76%
G = 31.29%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC8548 (or 0xDC8548) is known color: Raw Sienna. HEX triplet: DC, 85 and 48. RGB value is (220,133,72). Sum of RGB (Red+Green+Blue) = 220+133+72=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8548 is #237AB7. Grayscale: #989898. Windows color (decimal): -2325176 or 4752860. OLE color: 4752860.

HSL color Cylindrical-coordinate representation of color #DC8548: hue angle of 24.73º 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 #DC8548 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 133 72 -
CMYK 0 0.40 0.67 0.14
HSL 24.73º 0.68% 0.57% -
HSV(B) 24.73º 0.67% 0.86% -
XYZ 39.07 32.46 10.34 -
YUV 152.06 82.82 176.46 -
System Red Green Blue C M Y K H S L
Decimal 220 133 72 0 0.40 0.67 0.14 24.73 0.68 0.57
Hex DC 85 48 0 28 43 E 19 44 39
Octal 334 205 110 0 50 103 16 31 104 71
Binary 11011100 10000101 1001000 0 101000 1000011 1110 11001 1000100 111001

Color Harmonies of #DC8548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8548

Black with #DC8548

Text Example


Text Example

White with #DC8548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8548; }

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

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

background-color css

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

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

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

border-color css

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

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

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