Html Css Color HEX #DC8648 Raw Sienna

📋 copy color: '#DC8648'

red 220 ◦ green 134 ◦ blue 72

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

Shades of Raw Sienna #DC8648

Tints of Raw Sienna #DC8648

RGB

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

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

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

R = 51.64%
G = 31.46%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC8648 (or 0xDC8648) is known color: Raw Sienna. HEX triplet: DC, 86 and 48. RGB value is (220,134,72). Sum of RGB (Red+Green+Blue) = 220+134+72=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8648 is #2379B7. Grayscale: #989898. Windows color (decimal): -2324920 or 4753116. OLE color: 4753116.

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

Color convert

RGB 220 134 72 -
CMYK 0 0.39 0.67 0.14
HSL 25.14º 0.68% 0.57% -
HSV(B) 25.14º 0.67% 0.86% -
XYZ 39.21 32.73 10.38 -
YUV 152.65 82.49 176.04 -
System Red Green Blue C M Y K H S L
Decimal 220 134 72 0 0.39 0.67 0.14 25.14 0.68 0.57
Hex DC 86 48 0 27 43 E 19 44 39
Octal 334 206 110 0 47 103 16 31 104 71
Binary 11011100 10000110 1001000 0 100111 1000011 1110 11001 1000100 111001

Color Harmonies of #DC8648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8648

Black with #DC8648

Text Example


Text Example

White with #DC8648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8648; }

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

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

background-color css

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

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

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

border-color css

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

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

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