Html Css Color HEX #DF6440 Sorbus

📋 copy color: '#DF6440'

red 223 ◦ green 100 ◦ blue 64

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

Shades of Sorbus #DF6440

Tints of Sorbus #DF6440

RGB

 RED value IS 223 (87.5% from 255) = 57.62%

 GREEN value IS 100 (39.45% from 255) = 25.84%

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

R = 57.62%
G = 25.84%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF6440 (or 0xDF6440) is known color: Sorbus. HEX triplet: DF, 64 and 40. RGB value is (223,100,64). Sum of RGB (Red+Green+Blue) = 223+100+64=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6440 is #209BBF. Grayscale: #848484. Windows color (decimal): -2137024 or 4220127. OLE color: 4220127.

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

Color convert

RGB 223 100 64 -
CMYK 0 0.55 0.71 0.13
HSL 13.58º 0.71% 0.56% -
HSV(B) 13.58º 0.71% 0.87% -
XYZ 35.91 25.17 7.82 -
YUV 132.67 89.25 192.43 -
System Red Green Blue C M Y K H S L
Decimal 223 100 64 0 0.55 0.71 0.13 13.58 0.71 0.56
Hex DF 64 40 0 37 47 D E 47 38
Octal 337 144 100 0 67 107 15 16 107 70
Binary 11011111 1100100 1000000 0 110111 1000111 1101 1110 1000111 111000

Color Harmonies of #DF6440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6440

Black with #DF6440

Text Example


Text Example

White with #DF6440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6440; }

 p { color: rgb(223,100,64); }

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

background-color css

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

 a { background-color: rgb(223,100,64); }

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

border-color css

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

 span { border-color: rgb(223,100,64); }

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