Html Css Color HEX #DD6533 Sorbus

📋 copy color: '#DD6533'

red 221 ◦ green 101 ◦ blue 51

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

Shades of Sorbus #DD6533

Tints of Sorbus #DD6533

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.08%

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

R = 59.25%
G = 27.08%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD6533 (or 0xDD6533) is known color: Sorbus. HEX triplet: DD, 65 and 33. RGB value is (221,101,51). Sum of RGB (Red+Green+Blue) = 221+101+51=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6533 is #229ACC. Grayscale: #838383. Windows color (decimal): -2267853 or 3368413. OLE color: 3368413.

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

Color convert

RGB 221 101 51 -
CMYK 0 0.54 0.77 0.13
HSL 17.65º 0.71% 0.53% -
HSV(B) 17.65º 0.77% 0.87% -
XYZ 35.07 24.92 6.09 -
YUV 131.18 82.76 192.07 -
System Red Green Blue C M Y K H S L
Decimal 221 101 51 0 0.54 0.77 0.13 17.65 0.71 0.53
Hex DD 65 33 0 36 4D D 12 47 35
Octal 335 145 63 0 66 115 15 22 107 65
Binary 11011101 1100101 110011 0 110110 1001101 1101 10010 1000111 110101

Color Harmonies of #DD6533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6533

Black with #DD6533

Text Example


Text Example

White with #DD6533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6533; }

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

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

background-color css

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

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

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

border-color css

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

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

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