Html Css Color HEX #DC6540 Sorbus

📋 copy color: '#DC6540'

red 220 ◦ green 101 ◦ blue 64

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

Shades of Sorbus #DC6540

Tints of Sorbus #DC6540

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.23%

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

R = 57.14%
G = 26.23%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC6540 (or 0xDC6540) is known color: Sorbus. HEX triplet: DC, 65 and 40. RGB value is (220,101,64). Sum of RGB (Red+Green+Blue) = 220+101+64=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6540 is #239ABF. Grayscale: #848484. Windows color (decimal): -2333376 or 4220380. OLE color: 4220380.

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

Color convert

RGB 220 101 64 -
CMYK 0 0.54 0.71 0.14
HSL 14.23º 0.69% 0.56% -
HSV(B) 14.23º 0.71% 0.86% -
XYZ 35.09 24.89 7.81 -
YUV 132.36 89.42 190.51 -
System Red Green Blue C M Y K H S L
Decimal 220 101 64 0 0.54 0.71 0.14 14.23 0.69 0.56
Hex DC 65 40 0 36 47 E E 45 38
Octal 334 145 100 0 66 107 16 16 105 70
Binary 11011100 1100101 1000000 0 110110 1000111 1110 1110 1000101 111000

Color Harmonies of #DC6540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6540

Black with #DC6540

Text Example


Text Example

White with #DC6540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6540; }

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

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

background-color css

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

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

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

border-color css

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

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

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