Html Css Color HEX #DD6133 Sorbus

📋 copy color: '#DD6133'

red 221 ◦ green 97 ◦ blue 51

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

Shades of Sorbus #DD6133

Tints of Sorbus #DD6133

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.29%

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

R = 59.89%
G = 26.29%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD6133 (or 0xDD6133) is known color: Sorbus. HEX triplet: DD, 61 and 33. RGB value is (221,97,51). Sum of RGB (Red+Green+Blue) = 221+97+51=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6133 is #229ECC. Grayscale: #818181. Windows color (decimal): -2268877 or 3367389. OLE color: 3367389.

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

Color convert

RGB 221 97 51 -
CMYK 0 0.56 0.77 0.13
HSL 16.24º 0.71% 0.53% -
HSV(B) 16.24º 0.77% 0.87% -
XYZ 34.69 24.16 5.97 -
YUV 128.83 84.08 193.74 -
System Red Green Blue C M Y K H S L
Decimal 221 97 51 0 0.56 0.77 0.13 16.24 0.71 0.53
Hex DD 61 33 0 38 4D D 10 47 35
Octal 335 141 63 0 70 115 15 20 107 65
Binary 11011101 1100001 110011 0 111000 1001101 1101 10000 1000111 110101

Color Harmonies of #DD6133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6133

Black with #DD6133

Text Example


Text Example

White with #DD6133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6133; }

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

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

background-color css

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

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

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

border-color css

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

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

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