Html Css Color HEX #DD6333 Sorbus

📋 copy color: '#DD6333'

red 221 ◦ green 99 ◦ blue 51

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

Shades of Sorbus #DD6333

Tints of Sorbus #DD6333

RGB

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

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

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

R = 59.57%
G = 26.68%
B = 13.75%

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

#DD6333 (or 0xDD6333) is known color: Sorbus. HEX triplet: DD, 63 and 33. RGB value is (221,99,51). Sum of RGB (Red+Green+Blue) = 221+99+51=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6333 is #229CCC. Grayscale: #828282. Windows color (decimal): -2268365 or 3367901. OLE color: 3367901.

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

Color convert

RGB 221 99 51 -
CMYK 0 0.55 0.77 0.13
HSL 16.94º 0.71% 0.53% -
HSV(B) 16.94º 0.77% 0.87% -
XYZ 34.88 24.53 6.03 -
YUV 130.01 83.42 192.9 -
System Red Green Blue C M Y K H S L
Decimal 221 99 51 0 0.55 0.77 0.13 16.94 0.71 0.53
Hex DD 63 33 0 37 4D D 11 47 35
Octal 335 143 63 0 67 115 15 21 107 65
Binary 11011101 1100011 110011 0 110111 1001101 1101 10001 1000111 110101

Color Harmonies of #DD6333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6333

Black with #DD6333

Text Example


Text Example

White with #DD6333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6333; }

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

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

background-color css

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

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

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

border-color css

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

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

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