Html Css Color HEX #DC6131 Sorbus

📋 copy color: '#DC6131'

red 220 ◦ green 97 ◦ blue 49

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

Shades of Sorbus #DC6131

Tints of Sorbus #DC6131

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.5%

 BLUE value IS 49 (19.53% from 255) = 13.39%

R = 60.11%
G = 26.5%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC6131 (or 0xDC6131) is known color: Sorbus. HEX triplet: DC, 61 and 31. RGB value is (220,97,49). Sum of RGB (Red+Green+Blue) = 220+97+49=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6131 is #239ECE. Grayscale: #808080. Windows color (decimal): -2334415 or 3236316. OLE color: 3236316.

HSL color Cylindrical-coordinate representation of color #DC6131: hue angle of 16.84º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC6131 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 97 49 -
CMYK 0 0.56 0.78 0.14
HSL 16.84º 0.71% 0.53% -
HSV(B) 16.84º 0.78% 0.86% -
XYZ 34.34 23.99 5.73 -
YUV 128.31 83.25 193.4 -
System Red Green Blue C M Y K H S L
Decimal 220 97 49 0 0.56 0.78 0.14 16.84 0.71 0.53
Hex DC 61 31 0 38 4E E 11 47 35
Octal 334 141 61 0 70 116 16 21 107 65
Binary 11011100 1100001 110001 0 111000 1001110 1110 10001 1000111 110101

Color Harmonies of #DC6131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6131

Black with #DC6131

Text Example


Text Example

White with #DC6131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6131; }

 p { color: rgb(220,97,49); }

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

background-color css

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

 a { background-color: rgb(220,97,49); }

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

border-color css

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

 span { border-color: rgb(220,97,49); }

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