Html Css Color HEX #DC8450 Raw Sienna

📋 copy color: '#DC8450'

red 220 ◦ green 132 ◦ blue 80

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

Shades of Raw Sienna #DC8450

Tints of Raw Sienna #DC8450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.56%

 BLUE value IS 80 (31.64% from 255) = 18.52%

R = 50.93%
G = 30.56%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC8450 (or 0xDC8450) is known color: Raw Sienna. HEX triplet: DC, 84 and 50. RGB value is (220,132,80). Sum of RGB (Red+Green+Blue) = 220+132+80=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8450 is #237BAF. Grayscale: #989898. Windows color (decimal): -2325424 or 5276892. OLE color: 5276892.

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

Color convert

RGB 220 132 80 -
CMYK 0 0.40 0.64 0.14
HSL 22.29º 0.67% 0.59% -
HSV(B) 22.29º 0.64% 0.86% -
XYZ 39.21 32.3 11.76 -
YUV 152.38 87.15 176.23 -
System Red Green Blue C M Y K H S L
Decimal 220 132 80 0 0.40 0.64 0.14 22.29 0.67 0.59
Hex DC 84 50 0 28 40 E 16 43 3B
Octal 334 204 120 0 50 100 16 26 103 73
Binary 11011100 10000100 1010000 0 101000 1000000 1110 10110 1000011 111011

Color Harmonies of #DC8450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8450

Black with #DC8450

Text Example


Text Example

White with #DC8450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8450; }

 p { color: rgb(220,132,80); }

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

background-color css

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

 a { background-color: rgb(220,132,80); }

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

border-color css

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

 span { border-color: rgb(220,132,80); }

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