Html Css Color HEX #DC8352 Raw Sienna

📋 copy color: '#DC8352'

red 220 ◦ green 131 ◦ blue 82

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

Shades of Raw Sienna #DC8352

Tints of Raw Sienna #DC8352

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.25%

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

R = 50.81%
G = 30.25%
B = 18.94%

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

#DC8352 (or 0xDC8352) is known color: Raw Sienna. HEX triplet: DC, 83 and 52. RGB value is (220,131,82). Sum of RGB (Red+Green+Blue) = 220+131+82=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8352 is #237CAD. Grayscale: #989898. Windows color (decimal): -2325678 or 5407708. OLE color: 5407708.

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

Color convert

RGB 220 131 82 -
CMYK 0 0.40 0.63 0.14
HSL 21.3º 0.66% 0.59% -
HSV(B) 21.3º 0.63% 0.86% -
XYZ 39.15 32.06 12.11 -
YUV 152.03 88.49 176.48 -
System Red Green Blue C M Y K H S L
Decimal 220 131 82 0 0.40 0.63 0.14 21.3 0.66 0.59
Hex DC 83 52 0 28 3F E 15 42 3B
Octal 334 203 122 0 50 77 16 25 102 73
Binary 11011100 10000011 1010010 0 101000 111111 1110 10101 1000010 111011

Color Harmonies of #DC8352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8352

Black with #DC8352

Text Example


Text Example

White with #DC8352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8352; }

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

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

background-color css

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

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

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

border-color css

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

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

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