Html Css Color HEX #DD7033 Sorbus

📋 copy color: '#DD7033'

red 221 ◦ green 112 ◦ blue 51

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

Shades of Sorbus #DD7033

Tints of Sorbus #DD7033

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

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

R = 57.55%
G = 29.17%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD7033 (or 0xDD7033) is known color: Sorbus. HEX triplet: DD, 70 and 33. RGB value is (221,112,51). Sum of RGB (Red+Green+Blue) = 221+112+51=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 51 (20.31% from 255 or 13.28% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7033 is #228FCC. Grayscale: #898989. Windows color (decimal): -2265037 or 3371229. OLE color: 3371229.

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

Color convert

RGB 221 112 51 -
CMYK 0 0.49 0.77 0.13
HSL 21.53º 0.71% 0.53% -
HSV(B) 21.53º 0.77% 0.87% -
XYZ 36.21 27.2 6.47 -
YUV 137.64 79.11 187.46 -
System Red Green Blue C M Y K H S L
Decimal 221 112 51 0 0.49 0.77 0.13 21.53 0.71 0.53
Hex DD 70 33 0 31 4D D 16 47 35
Octal 335 160 63 0 61 115 15 26 107 65
Binary 11011101 1110000 110011 0 110001 1001101 1101 10110 1000111 110101

Color Harmonies of #DD7033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7033

Black with #DD7033

Text Example


Text Example

White with #DD7033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7033; }

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

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

background-color css

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

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

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

border-color css

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

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

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