Html Css Color HEX #DD733C Sorbus

📋 copy color: '#DD733C'

red 221 ◦ green 115 ◦ blue 60

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

Shades of Sorbus #DD733C

Tints of Sorbus #DD733C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.15%

R = 55.81%
G = 29.04%
B = 15.15%

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

#DD733C (or 0xDD733C) is known color: Sorbus. HEX triplet: DD, 73 and 3C. RGB value is (221,115,60). Sum of RGB (Red+Green+Blue) = 221+115+60=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD733C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD733C is #228CC3. Grayscale: #8C8C8C. Windows color (decimal): -2264260 or 3961821. OLE color: 3961821.

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

Color convert

RGB 221 115 60 -
CMYK 0 0.48 0.73 0.13
HSL 20.5º 0.7% 0.55% -
HSV(B) 20.5º 0.73% 0.87% -
XYZ 36.77 27.96 7.73 -
YUV 140.42 82.62 185.47 -
System Red Green Blue C M Y K H S L
Decimal 221 115 60 0 0.48 0.73 0.13 20.5 0.7 0.55
Hex DD 73 3C 0 30 49 D 14 46 37
Octal 335 163 74 0 60 111 15 24 106 67
Binary 11011101 1110011 111100 0 110000 1001001 1101 10100 1000110 110111

Color Harmonies of #DD733C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD733C

Black with #DD733C

Text Example


Text Example

White with #DD733C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD733C; }

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

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

background-color css

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

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

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

border-color css

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

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

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