Html Css Color HEX #DD603E Sorbus

📋 copy color: '#DD603E'

red 221 ◦ green 96 ◦ blue 62

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

Shades of Sorbus #DD603E

Tints of Sorbus #DD603E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.36%

R = 58.31%
G = 25.33%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD603E (or 0xDD603E) is known color: Sorbus. HEX triplet: DD, 60 and 3E. RGB value is (221,96,62). Sum of RGB (Red+Green+Blue) = 221+96+62=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD603E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD603E is #229FC1. Grayscale: #818181. Windows color (decimal): -2269122 or 4088029. OLE color: 4088029.

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

Color convert

RGB 221 96 62 -
CMYK 0 0.57 0.72 0.13
HSL 12.83º 0.7% 0.55% -
HSV(B) 12.83º 0.72% 0.87% -
XYZ 34.87 24.09 7.37 -
YUV 129.5 89.91 193.26 -
System Red Green Blue C M Y K H S L
Decimal 221 96 62 0 0.57 0.72 0.13 12.83 0.7 0.55
Hex DD 60 3E 0 39 48 D D 46 37
Octal 335 140 76 0 71 110 15 15 106 67
Binary 11011101 1100000 111110 0 111001 1001000 1101 1101 1000110 110111

Color Harmonies of #DD603E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD603E

Black with #DD603E

Text Example


Text Example

White with #DD603E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD603E; }

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

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

background-color css

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

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

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

border-color css

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

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

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