Html Css Color HEX #DF643A Sorbus

📋 copy color: '#DF643A'

red 223 ◦ green 100 ◦ blue 58

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

Shades of Sorbus #DF643A

Tints of Sorbus #DF643A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.22%

R = 58.53%
G = 26.25%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF643A (or 0xDF643A) is known color: Sorbus. HEX triplet: DF, 64 and 3A. RGB value is (223,100,58). Sum of RGB (Red+Green+Blue) = 223+100+58=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF643A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF643A is #209BC5. Grayscale: #848484. Windows color (decimal): -2137030 or 3826911. OLE color: 3826911.

HSL color Cylindrical-coordinate representation of color #DF643A: hue angle of 15.27º 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 #DF643A is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 100 58 -
CMYK 0 0.55 0.74 0.13
HSL 15.27º 0.72% 0.55% -
HSV(B) 15.27º 0.74% 0.87% -
XYZ 35.75 25.11 6.96 -
YUV 131.99 86.25 192.92 -
System Red Green Blue C M Y K H S L
Decimal 223 100 58 0 0.55 0.74 0.13 15.27 0.72 0.55
Hex DF 64 3A 0 37 4A D F 48 37
Octal 337 144 72 0 67 112 15 17 110 67
Binary 11011111 1100100 111010 0 110111 1001010 1101 1111 1001000 110111

Color Harmonies of #DF643A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF643A

Black with #DF643A

Text Example


Text Example

White with #DF643A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF643A; }

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

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

background-color css

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

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

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

border-color css

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

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

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