Html Css Color HEX #DD753B Sorbus

📋 copy color: '#DD753B'

red 221 ◦ green 117 ◦ blue 59

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

Shades of Sorbus #DD753B

Tints of Sorbus #DD753B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.47%

 BLUE value IS 59 (23.44% from 255) = 14.86%

R = 55.67%
G = 29.47%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD753B (or 0xDD753B) is known color: Sorbus. HEX triplet: DD, 75 and 3B. RGB value is (221,117,59). Sum of RGB (Red+Green+Blue) = 221+117+59=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 59 (23.44% from 255 or 14.86% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD753B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD753B is #228AC4. Grayscale: #8D8D8D. Windows color (decimal): -2263749 or 3896797. OLE color: 3896797.

HSL color Cylindrical-coordinate representation of color #DD753B: hue angle of 21.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD753B is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 117 59 -
CMYK 0 0.47 0.73 0.13
HSL 21.48º 0.7% 0.55% -
HSV(B) 21.48º 0.73% 0.87% -
XYZ 36.97 28.41 7.67 -
YUV 141.48 81.46 184.72 -
System Red Green Blue C M Y K H S L
Decimal 221 117 59 0 0.47 0.73 0.13 21.48 0.7 0.55
Hex DD 75 3B 0 2F 49 D 15 46 37
Octal 335 165 73 0 57 111 15 25 106 67
Binary 11011101 1110101 111011 0 101111 1001001 1101 10101 1000110 110111

Color Harmonies of #DD753B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD753B

Black with #DD753B

Text Example


Text Example

White with #DD753B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD753B; }

 p { color: rgb(221,117,59); }

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

background-color css

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

 a { background-color: rgb(221,117,59); }

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

border-color css

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

 span { border-color: rgb(221,117,59); }

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