Html Css Color HEX #DC6140 Sorbus

📋 copy color: '#DC6140'

red 220 ◦ green 97 ◦ blue 64

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

Shades of Sorbus #DC6140

Tints of Sorbus #DC6140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.8%

R = 57.74%
G = 25.46%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC6140 (or 0xDC6140) is known color: Sorbus. HEX triplet: DC, 61 and 40. RGB value is (220,97,64). Sum of RGB (Red+Green+Blue) = 220+97+64=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6140 is #239EBF. Grayscale: #828282. Windows color (decimal): -2334400 or 4219356. OLE color: 4219356.

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

Color convert

RGB 220 97 64 -
CMYK 0 0.56 0.71 0.14
HSL 12.69º 0.69% 0.56% -
HSV(B) 12.69º 0.71% 0.86% -
XYZ 34.72 24.14 7.68 -
YUV 130.02 90.75 192.18 -
System Red Green Blue C M Y K H S L
Decimal 220 97 64 0 0.56 0.71 0.14 12.69 0.69 0.56
Hex DC 61 40 0 38 47 E D 45 38
Octal 334 141 100 0 70 107 16 15 105 70
Binary 11011100 1100001 1000000 0 111000 1000111 1110 1101 1000101 111000

Color Harmonies of #DC6140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6140

Black with #DC6140

Text Example


Text Example

White with #DC6140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6140; }

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

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

background-color css

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

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

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

border-color css

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

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

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