#DF643B

Color #DF643B Sorbus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorbus #DF643B

Tints of Sorbus #DF643B

Color information

#DF643B (or 0xDF643B) is unknown color: approx Sorbus. HEX triplet: DF, 64 and 3B. RGB value is (223,100,59). Sum of RGB (Red+Green+Blue) = 223+100+59=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 59 (23.44% from 255 or 15.45% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF643B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF643B is #209BC4. Grayscale: #848484. Windows color (decimal): -2137029 or 3892447. OLE color: 3892447.

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

Color convert

RGB22310059-
CMYK00.550.740.13
HSL15º71.93%55.29%-
HSV(B)15º73.54%87.45%-
XYZ35.7825.127.1-
YUV132.186.75192.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.38%
GREEN value IS 100 (39.45% from 255) = 26.18%
BLUE value IS 59 (23.44% from 255) = 15.45%
R=58.38%
G=26.18%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231005900.550.740.131571.9355.29
HexDF643B0374ADf4837
Octal33714473067112151711067
Binary11011111110010011101101101111001010110111111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF643B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF643B; }

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

 H1.HeaderClassName
 {
   color: #DF643B;
 }
 .AnyTagClassName
 {
   color: #DF643B;
 }
</style>
background-color css

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

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

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

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

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

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