Html Css Color HEX #DD733B Sorbus

📋 copy color: '#DD733B'

red 221 ◦ green 115 ◦ blue 59

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

Shades of Sorbus #DD733B

Tints of Sorbus #DD733B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.11%

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

R = 55.95%
G = 29.11%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD733B (or 0xDD733B) is known color: Sorbus. HEX triplet: DD, 73 and 3B. RGB value is (221,115,59). Sum of RGB (Red+Green+Blue) = 221+115+59=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 59 (23.44% from 255 or 14.94% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD733B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD733B is #228CC4. Grayscale: #8C8C8C. Windows color (decimal): -2264261 or 3896285. OLE color: 3896285.

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

Color convert

RGB 221 115 59 -
CMYK 0 0.48 0.73 0.13
HSL 20.74º 0.7% 0.55% -
HSV(B) 20.74º 0.73% 0.87% -
XYZ 36.74 27.95 7.6 -
YUV 140.31 82.12 185.55 -
System Red Green Blue C M Y K H S L
Decimal 221 115 59 0 0.48 0.73 0.13 20.74 0.7 0.55
Hex DD 73 3B 0 30 49 D 15 46 37
Octal 335 163 73 0 60 111 15 25 106 67
Binary 11011101 1110011 111011 0 110000 1001001 1101 10101 1000110 110111

Color Harmonies of #DD733B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD733B

Black with #DD733B

Text Example


Text Example

White with #DD733B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD733B; }

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

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

background-color css

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

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

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

border-color css

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

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

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