Html Css Color HEX #DF643F Sorbus

📋 copy color: '#DF643F'

red 223 ◦ green 100 ◦ blue 63

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

Shades of Sorbus #DF643F

Tints of Sorbus #DF643F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.32%

R = 57.77%
G = 25.91%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF643F (or 0xDF643F) is known color: Sorbus. HEX triplet: DF, 64 and 3F. RGB value is (223,100,63). Sum of RGB (Red+Green+Blue) = 223+100+63=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF643F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF643F is #209BC0. Grayscale: #848484. Windows color (decimal): -2137025 or 4154591. OLE color: 4154591.

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

Color convert

RGB 223 100 63 -
CMYK 0 0.55 0.72 0.13
HSL 13.88º 0.71% 0.56% -
HSV(B) 13.88º 0.72% 0.87% -
XYZ 35.89 25.16 7.67 -
YUV 132.56 88.75 192.51 -
System Red Green Blue C M Y K H S L
Decimal 223 100 63 0 0.55 0.72 0.13 13.88 0.71 0.56
Hex DF 64 3F 0 37 48 D E 47 38
Octal 337 144 77 0 67 110 15 16 107 70
Binary 11011111 1100100 111111 0 110111 1001000 1101 1110 1000111 111000

Color Harmonies of #DF643F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF643F

Black with #DF643F

Text Example


Text Example

White with #DF643F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF643F; }

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

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

background-color css

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

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

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

border-color css

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

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

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