Html Css Color HEX #DC8552 Raw Sienna

📋 copy color: '#DC8552'

red 220 ◦ green 133 ◦ blue 82

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

Shades of Raw Sienna #DC8552

Tints of Raw Sienna #DC8552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.85%

R = 50.57%
G = 30.57%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC8552 (or 0xDC8552) is known color: Raw Sienna. HEX triplet: DC, 85 and 52. RGB value is (220,133,82). Sum of RGB (Red+Green+Blue) = 220+133+82=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8552 is #237AAD. Grayscale: #999999. Windows color (decimal): -2325166 or 5408220. OLE color: 5408220.

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

Color convert

RGB 220 133 82 -
CMYK 0 0.40 0.63 0.14
HSL 22.17º 0.66% 0.59% -
HSV(B) 22.17º 0.63% 0.86% -
XYZ 39.43 32.6 12.2 -
YUV 153.2 87.82 175.65 -
System Red Green Blue C M Y K H S L
Decimal 220 133 82 0 0.40 0.63 0.14 22.17 0.66 0.59
Hex DC 85 52 0 28 3F E 16 42 3B
Octal 334 205 122 0 50 77 16 26 102 73
Binary 11011100 10000101 1010010 0 101000 111111 1110 10110 1000010 111011

Color Harmonies of #DC8552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8552

Black with #DC8552

Text Example


Text Example

White with #DC8552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8552; }

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

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

background-color css

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

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

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

border-color css

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

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

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