Html Css Color HEX #DC6331 Sorbus

📋 copy color: '#DC6331'

red 220 ◦ green 99 ◦ blue 49

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

Shades of Sorbus #DC6331

Tints of Sorbus #DC6331

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.9%

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

R = 59.78%
G = 26.9%
B = 13.32%

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

#DC6331 (or 0xDC6331) is known color: Sorbus. HEX triplet: DC, 63 and 31. RGB value is (220,99,49). Sum of RGB (Red+Green+Blue) = 220+99+49=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6331 is #239CCE. Grayscale: #818181. Windows color (decimal): -2333903 or 3236828. OLE color: 3236828.

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

Color convert

RGB 220 99 49 -
CMYK 0 0.55 0.78 0.14
HSL 17.54º 0.71% 0.53% -
HSV(B) 17.54º 0.78% 0.86% -
XYZ 34.53 24.36 5.79 -
YUV 129.48 82.59 192.57 -
System Red Green Blue C M Y K H S L
Decimal 220 99 49 0 0.55 0.78 0.14 17.54 0.71 0.53
Hex DC 63 31 0 37 4E E 12 47 35
Octal 334 143 61 0 67 116 16 22 107 65
Binary 11011100 1100011 110001 0 110111 1001110 1110 10010 1000111 110101

Color Harmonies of #DC6331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6331

Black with #DC6331

Text Example


Text Example

White with #DC6331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6331; }

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

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

background-color css

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

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

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

border-color css

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

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

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