Html Css Color HEX #DD603F Sorbus

📋 copy color: '#DD603F'

red 221 ◦ green 96 ◦ blue 63

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

Shades of Sorbus #DD603F

Tints of Sorbus #DD603F

RGB

 RED value IS 221 (86.72% from 255) = 58.16%

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

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

R = 58.16%
G = 25.26%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD603F (or 0xDD603F) is known color: Sorbus. HEX triplet: DD, 60 and 3F. RGB value is (221,96,63). Sum of RGB (Red+Green+Blue) = 221+96+63=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD603F is #229FC0. Grayscale: #818181. Windows color (decimal): -2269121 or 4153565. OLE color: 4153565.

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

Color convert

RGB 221 96 63 -
CMYK 0 0.57 0.71 0.13
HSL 12.53º 0.7% 0.56% -
HSV(B) 12.53º 0.71% 0.87% -
XYZ 34.9 24.1 7.51 -
YUV 129.61 90.41 193.18 -
System Red Green Blue C M Y K H S L
Decimal 221 96 63 0 0.57 0.71 0.13 12.53 0.7 0.56
Hex DD 60 3F 0 39 47 D D 46 38
Octal 335 140 77 0 71 107 15 15 106 70
Binary 11011101 1100000 111111 0 111001 1000111 1101 1101 1000110 111000

Color Harmonies of #DD603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD603F

Black with #DD603F

Text Example


Text Example

White with #DD603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD603F; }

 p { color: rgb(221,96,63); }

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

background-color css

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

 a { background-color: rgb(221,96,63); }

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

border-color css

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

 span { border-color: rgb(221,96,63); }

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