Html Css Color HEX #DC8553 Raw Sienna

📋 copy color: '#DC8553'

red 220 ◦ green 133 ◦ blue 83

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

Shades of Raw Sienna #DC8553

Tints of Raw Sienna #DC8553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.04%

R = 50.46%
G = 30.5%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC8553 (or 0xDC8553) is known color: Raw Sienna. HEX triplet: DC, 85 and 53. RGB value is (220,133,83). Sum of RGB (Red+Green+Blue) = 220+133+83=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8553 is #237AAC. Grayscale: #999999. Windows color (decimal): -2325165 or 5473756. OLE color: 5473756.

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

Color convert

RGB 220 133 83 -
CMYK 0 0.40 0.62 0.14
HSL 21.9º 0.66% 0.59% -
HSV(B) 21.9º 0.62% 0.86% -
XYZ 39.46 32.62 12.4 -
YUV 153.31 88.32 175.57 -
System Red Green Blue C M Y K H S L
Decimal 220 133 83 0 0.40 0.62 0.14 21.9 0.66 0.59
Hex DC 85 53 0 28 3E E 16 42 3B
Octal 334 205 123 0 50 76 16 26 102 73
Binary 11011100 10000101 1010011 0 101000 111110 1110 10110 1000010 111011

Color Harmonies of #DC8553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8553

Black with #DC8553

Text Example


Text Example

White with #DC8553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8553; }

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

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

background-color css

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

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

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

border-color css

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

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

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