Html Css Color HEX #DD6032 Sorbus

📋 copy color: '#DD6032'

red 221 ◦ green 96 ◦ blue 50

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

Shades of Sorbus #DD6032

Tints of Sorbus #DD6032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.62%

R = 60.22%
G = 26.16%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD6032 (or 0xDD6032) is known color: Sorbus. HEX triplet: DD, 60 and 32. RGB value is (221,96,50). Sum of RGB (Red+Green+Blue) = 221+96+50=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6032 is #229FCD. Grayscale: #808080. Windows color (decimal): -2269134 or 3301597. OLE color: 3301597.

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

Color convert

RGB 221 96 50 -
CMYK 0 0.57 0.77 0.13
HSL 16.14º 0.72% 0.53% -
HSV(B) 16.14º 0.77% 0.87% -
XYZ 34.58 23.97 5.82 -
YUV 128.13 83.91 194.24 -
System Red Green Blue C M Y K H S L
Decimal 221 96 50 0 0.57 0.77 0.13 16.14 0.72 0.53
Hex DD 60 32 0 39 4D D 10 48 35
Octal 335 140 62 0 71 115 15 20 110 65
Binary 11011101 1100000 110010 0 111001 1001101 1101 10000 1001000 110101

Color Harmonies of #DD6032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6032

Black with #DD6032

Text Example


Text Example

White with #DD6032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6032; }

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

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

background-color css

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

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

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

border-color css

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

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

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