Html Css Color HEX #DD6332 Sorbus

📋 copy color: '#DD6332'

red 221 ◦ green 99 ◦ blue 50

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

Shades of Sorbus #DD6332

Tints of Sorbus #DD6332

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.76%

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

R = 59.73%
G = 26.76%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD6332 (or 0xDD6332) is known color: Sorbus. HEX triplet: DD, 63 and 32. RGB value is (221,99,50). Sum of RGB (Red+Green+Blue) = 221+99+50=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6332 is #229CCD. Grayscale: #828282. Windows color (decimal): -2268366 or 3302365. OLE color: 3302365.

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

Color convert

RGB 221 99 50 -
CMYK 0 0.55 0.77 0.13
HSL 17.19º 0.72% 0.53% -
HSV(B) 17.19º 0.77% 0.87% -
XYZ 34.86 24.53 5.91 -
YUV 129.89 82.92 192.98 -
System Red Green Blue C M Y K H S L
Decimal 221 99 50 0 0.55 0.77 0.13 17.19 0.72 0.53
Hex DD 63 32 0 37 4D D 11 48 35
Octal 335 143 62 0 67 115 15 21 110 65
Binary 11011101 1100011 110010 0 110111 1001101 1101 10001 1001000 110101

Color Harmonies of #DD6332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6332

Black with #DD6332

Text Example


Text Example

White with #DD6332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6332; }

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

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

background-color css

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

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

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

border-color css

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

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

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