Html Css Color HEX #DC6631 Sorbus

📋 copy color: '#DC6631'

red 220 ◦ green 102 ◦ blue 49

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

Shades of Sorbus #DC6631

Tints of Sorbus #DC6631

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.49%

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

R = 59.3%
G = 27.49%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC6631 (or 0xDC6631) is known color: Sorbus. HEX triplet: DC, 66 and 31. RGB value is (220,102,49). Sum of RGB (Red+Green+Blue) = 220+102+49=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6631 is #2399CE. Grayscale: #838383. Windows color (decimal): -2333135 or 3237596. OLE color: 3237596.

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

Color convert

RGB 220 102 49 -
CMYK 0 0.54 0.78 0.14
HSL 18.6º 0.71% 0.53% -
HSV(B) 18.6º 0.78% 0.86% -
XYZ 34.82 24.94 5.88 -
YUV 131.24 81.59 191.31 -
System Red Green Blue C M Y K H S L
Decimal 220 102 49 0 0.54 0.78 0.14 18.6 0.71 0.53
Hex DC 66 31 0 36 4E E 13 47 35
Octal 334 146 61 0 66 116 16 23 107 65
Binary 11011100 1100110 110001 0 110110 1001110 1110 10011 1000111 110101

Color Harmonies of #DC6631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6631

Black with #DC6631

Text Example


Text Example

White with #DC6631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6631; }

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

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

background-color css

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

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

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

border-color css

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

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

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