Html Css Color HEX #DD6D33 Sorbus

📋 copy color: '#DD6D33'

red 221 ◦ green 109 ◦ blue 51

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

Shades of Sorbus #DD6D33

Tints of Sorbus #DD6D33

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.61%

 BLUE value IS 51 (20.31% from 255) = 13.39%

R = 58.01%
G = 28.61%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD6D33 (or 0xDD6D33) is known color: Sorbus. HEX triplet: DD, 6D and 33. RGB value is (221,109,51). Sum of RGB (Red+Green+Blue) = 221+109+51=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6D33 is #2292CC. Grayscale: #888888. Windows color (decimal): -2265805 or 3370461. OLE color: 3370461.

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

Color convert

RGB 221 109 51 -
CMYK 0 0.51 0.77 0.13
HSL 20.47º 0.71% 0.53% -
HSV(B) 20.47º 0.77% 0.87% -
XYZ 35.88 26.55 6.36 -
YUV 135.88 80.11 188.72 -
System Red Green Blue C M Y K H S L
Decimal 221 109 51 0 0.51 0.77 0.13 20.47 0.71 0.53
Hex DD 6D 33 0 33 4D D 14 47 35
Octal 335 155 63 0 63 115 15 24 107 65
Binary 11011101 1101101 110011 0 110011 1001101 1101 10100 1000111 110101

Color Harmonies of #DD6D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D33

Black with #DD6D33

Text Example


Text Example

White with #DD6D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D33; }

 p { color: rgb(221,109,51); }

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

background-color css

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

 a { background-color: rgb(221,109,51); }

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

border-color css

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

 span { border-color: rgb(221,109,51); }

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