Html Css Color HEX #DF603D Sorbus

📋 copy color: '#DF603D'

red 223 ◦ green 96 ◦ blue 61

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

Shades of Sorbus #DF603D

Tints of Sorbus #DF603D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.26%

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

R = 58.68%
G = 25.26%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF603D (or 0xDF603D) is known color: Sorbus. HEX triplet: DF, 60 and 3D. RGB value is (223,96,61). Sum of RGB (Red+Green+Blue) = 223+96+61=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF603D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF603D is #209FC2. Grayscale: #828282. Windows color (decimal): -2138051 or 4022495. OLE color: 4022495.

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

Color convert

RGB 223 96 61 -
CMYK 0 0.57 0.73 0.13
HSL 12.96º 0.72% 0.56% -
HSV(B) 12.96º 0.73% 0.87% -
XYZ 35.46 24.39 7.25 -
YUV 129.98 89.08 194.35 -
System Red Green Blue C M Y K H S L
Decimal 223 96 61 0 0.57 0.73 0.13 12.96 0.72 0.56
Hex DF 60 3D 0 39 49 D D 48 38
Octal 337 140 75 0 71 111 15 15 110 70
Binary 11011111 1100000 111101 0 111001 1001001 1101 1101 1001000 111000

Color Harmonies of #DF603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF603D

Black with #DF603D

Text Example


Text Example

White with #DF603D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF603D; }

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

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

background-color css

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

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

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

border-color css

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

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

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