Html Css Color HEX #DC733B Sorbus

📋 copy color: '#DC733B'

red 220 ◦ green 115 ◦ blue 59

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

Shades of Sorbus #DC733B

Tints of Sorbus #DC733B

RGB

 RED value IS 220 (86.33% from 255) = 55.84%

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

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

R = 55.84%
G = 29.19%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC733B (or 0xDC733B) is known color: Sorbus. HEX triplet: DC, 73 and 3B. RGB value is (220,115,59). Sum of RGB (Red+Green+Blue) = 220+115+59=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 59 (23.44% from 255 or 14.97% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC733B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC733B is #238CC4. Grayscale: #8C8C8C. Windows color (decimal): -2329797 or 3896284. OLE color: 3896284.

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

Color convert

RGB 220 115 59 -
CMYK 0 0.48 0.73 0.14
HSL 20.87º 0.7% 0.55% -
HSV(B) 20.87º 0.73% 0.86% -
XYZ 36.44 27.79 7.58 -
YUV 140.01 82.29 185.05 -
System Red Green Blue C M Y K H S L
Decimal 220 115 59 0 0.48 0.73 0.14 20.87 0.7 0.55
Hex DC 73 3B 0 30 49 E 15 46 37
Octal 334 163 73 0 60 111 16 25 106 67
Binary 11011100 1110011 111011 0 110000 1001001 1110 10101 1000110 110111

Color Harmonies of #DC733B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC733B

Black with #DC733B

Text Example


Text Example

White with #DC733B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC733B; }

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

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

background-color css

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

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

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

border-color css

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

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

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