Html Css Color HEX #DC723C Sorbus

📋 copy color: '#DC723C'

red 220 ◦ green 114 ◦ blue 60

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

Shades of Sorbus #DC723C

Tints of Sorbus #DC723C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.93%

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

R = 55.84%
G = 28.93%
B = 15.23%

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

#DC723C (or 0xDC723C) is known color: Sorbus. HEX triplet: DC, 72 and 3C. RGB value is (220,114,60). Sum of RGB (Red+Green+Blue) = 220+114+60=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC723C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC723C is #238DC3. Grayscale: #8B8B8B. Windows color (decimal): -2330052 or 3961564. OLE color: 3961564.

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

Color convert

RGB 220 114 60 -
CMYK 0 0.48 0.73 0.14
HSL 20.25º 0.7% 0.55% -
HSV(B) 20.25º 0.73% 0.86% -
XYZ 36.35 27.58 7.68 -
YUV 139.54 83.12 185.39 -
System Red Green Blue C M Y K H S L
Decimal 220 114 60 0 0.48 0.73 0.14 20.25 0.7 0.55
Hex DC 72 3C 0 30 49 E 14 46 37
Octal 334 162 74 0 60 111 16 24 106 67
Binary 11011100 1110010 111100 0 110000 1001001 1110 10100 1000110 110111

Color Harmonies of #DC723C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC723C

Black with #DC723C

Text Example


Text Example

White with #DC723C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC723C; }

 p { color: rgb(220,114,60); }

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

background-color css

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

 a { background-color: rgb(220,114,60); }

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

border-color css

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

 span { border-color: rgb(220,114,60); }

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