Html Css Color HEX #DF643D Sorbus

📋 copy color: '#DF643D'

red 223 ◦ green 100 ◦ blue 61

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

Shades of Sorbus #DF643D

Tints of Sorbus #DF643D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.89%

R = 58.07%
G = 26.04%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF643D (or 0xDF643D) is known color: Sorbus. HEX triplet: DF, 64 and 3D. RGB value is (223,100,61). Sum of RGB (Red+Green+Blue) = 223+100+61=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF643D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF643D is #209BC2. Grayscale: #848484. Windows color (decimal): -2137027 or 4023519. OLE color: 4023519.

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

Color convert

RGB 223 100 61 -
CMYK 0 0.55 0.73 0.13
HSL 14.44º 0.72% 0.56% -
HSV(B) 14.44º 0.73% 0.87% -
XYZ 35.83 25.14 7.38 -
YUV 132.33 87.75 192.67 -
System Red Green Blue C M Y K H S L
Decimal 223 100 61 0 0.55 0.73 0.13 14.44 0.72 0.56
Hex DF 64 3D 0 37 49 D E 48 38
Octal 337 144 75 0 67 111 15 16 110 70
Binary 11011111 1100100 111101 0 110111 1001001 1101 1110 1001000 111000

Color Harmonies of #DF643D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF643D

Black with #DF643D

Text Example


Text Example

White with #DF643D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF643D; }

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

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

background-color css

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

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

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

border-color css

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

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

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