Html Css Color HEX #DC8253 Raw Sienna

📋 copy color: '#DC8253'

red 220 ◦ green 130 ◦ blue 83

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

Shades of Raw Sienna #DC8253

Tints of Raw Sienna #DC8253

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.02%

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

R = 50.81%
G = 30.02%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC8253 (or 0xDC8253) is known color: Raw Sienna. HEX triplet: DC, 82 and 53. RGB value is (220,130,83). Sum of RGB (Red+Green+Blue) = 220+130+83=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8253 is #237DAC. Grayscale: #979797. Windows color (decimal): -2325933 or 5472988. OLE color: 5472988.

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

Color convert

RGB 220 130 83 -
CMYK 0 0.41 0.62 0.14
HSL 20.58º 0.66% 0.59% -
HSV(B) 20.58º 0.62% 0.86% -
XYZ 39.06 31.81 12.26 -
YUV 151.55 89.32 176.82 -
System Red Green Blue C M Y K H S L
Decimal 220 130 83 0 0.41 0.62 0.14 20.58 0.66 0.59
Hex DC 82 53 0 29 3E E 15 42 3B
Octal 334 202 123 0 51 76 16 25 102 73
Binary 11011100 10000010 1010011 0 101001 111110 1110 10101 1000010 111011

Color Harmonies of #DC8253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8253

Black with #DC8253

Text Example


Text Example

White with #DC8253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8253; }

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

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

background-color css

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

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

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

border-color css

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

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

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