Html Css Color HEX #DD6233 Sorbus

📋 copy color: '#DD6233'

red 221 ◦ green 98 ◦ blue 51

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

Shades of Sorbus #DD6233

Tints of Sorbus #DD6233

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.49%

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

R = 59.73%
G = 26.49%
B = 13.78%

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

#DD6233 (or 0xDD6233) is known color: Sorbus. HEX triplet: DD, 62 and 33. RGB value is (221,98,51). Sum of RGB (Red+Green+Blue) = 221+98+51=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6233 is #229DCC. Grayscale: #818181. Windows color (decimal): -2268621 or 3367645. OLE color: 3367645.

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

Color convert

RGB 221 98 51 -
CMYK 0 0.56 0.77 0.13
HSL 16.59º 0.71% 0.53% -
HSV(B) 16.59º 0.77% 0.87% -
XYZ 34.78 24.35 6 -
YUV 129.42 83.75 193.32 -
System Red Green Blue C M Y K H S L
Decimal 221 98 51 0 0.56 0.77 0.13 16.59 0.71 0.53
Hex DD 62 33 0 38 4D D 11 47 35
Octal 335 142 63 0 70 115 15 21 107 65
Binary 11011101 1100010 110011 0 111000 1001101 1101 10001 1000111 110101

Color Harmonies of #DD6233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6233

Black with #DD6233

Text Example


Text Example

White with #DD6233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6233; }

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

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

background-color css

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

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

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

border-color css

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

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

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