Html Css Color HEX #DC6231 Sorbus

📋 copy color: '#DC6231'

red 220 ◦ green 98 ◦ blue 49

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

Shades of Sorbus #DC6231

Tints of Sorbus #DC6231

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.7%

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

R = 59.95%
G = 26.7%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC6231 (or 0xDC6231) is known color: Sorbus. HEX triplet: DC, 62 and 31. RGB value is (220,98,49). Sum of RGB (Red+Green+Blue) = 220+98+49=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6231 is #239DCE. Grayscale: #818181. Windows color (decimal): -2334159 or 3236572. OLE color: 3236572.

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

Color convert

RGB 220 98 49 -
CMYK 0 0.55 0.78 0.14
HSL 17.19º 0.71% 0.53% -
HSV(B) 17.19º 0.78% 0.86% -
XYZ 34.44 24.17 5.76 -
YUV 128.89 82.92 192.98 -
System Red Green Blue C M Y K H S L
Decimal 220 98 49 0 0.55 0.78 0.14 17.19 0.71 0.53
Hex DC 62 31 0 37 4E E 11 47 35
Octal 334 142 61 0 67 116 16 21 107 65
Binary 11011100 1100010 110001 0 110111 1001110 1110 10001 1000111 110101

Color Harmonies of #DC6231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6231

Black with #DC6231

Text Example


Text Example

White with #DC6231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6231; }

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

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

background-color css

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

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

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

border-color css

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

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

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