Html Css Color HEX #DD733E Sorbus

📋 copy color: '#DD733E'

red 221 ◦ green 115 ◦ blue 62

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

Shades of Sorbus #DD733E

Tints of Sorbus #DD733E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.58%

R = 55.53%
G = 28.89%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD733E (or 0xDD733E) is known color: Sorbus. HEX triplet: DD, 73 and 3E. RGB value is (221,115,62). Sum of RGB (Red+Green+Blue) = 221+115+62=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 62 (24.61% from 255 or 15.58% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD733E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD733E is #228CC1. Grayscale: #8C8C8C. Windows color (decimal): -2264258 or 4092893. OLE color: 4092893.

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

Color convert

RGB 221 115 62 -
CMYK 0 0.48 0.72 0.13
HSL 20º 0.7% 0.55% -
HSV(B) 20º 0.72% 0.87% -
XYZ 36.82 27.98 8.02 -
YUV 140.65 83.62 185.31 -
System Red Green Blue C M Y K H S L
Decimal 221 115 62 0 0.48 0.72 0.13 20 0.7 0.55
Hex DD 73 3E 0 30 48 D 14 46 37
Octal 335 163 76 0 60 110 15 24 106 67
Binary 11011101 1110011 111110 0 110000 1001000 1101 10100 1000110 110111

Color Harmonies of #DD733E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD733E

Black with #DD733E

Text Example


Text Example

White with #DD733E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD733E; }

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

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

background-color css

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

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

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

border-color css

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

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

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