Html Css Color HEX #DC723A Sorbus

📋 copy color: '#DC723A'

red 220 ◦ green 114 ◦ blue 58

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

Shades of Sorbus #DC723A

Tints of Sorbus #DC723A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.8%

R = 56.12%
G = 29.08%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC723A (or 0xDC723A) is known color: Sorbus. HEX triplet: DC, 72 and 3A. RGB value is (220,114,58). Sum of RGB (Red+Green+Blue) = 220+114+58=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC723A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC723A is #238DC5. Grayscale: #8B8B8B. Windows color (decimal): -2330054 or 3830492. OLE color: 3830492.

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

Color convert

RGB 220 114 58 -
CMYK 0 0.48 0.74 0.14
HSL 20.74º 0.7% 0.55% -
HSV(B) 20.74º 0.74% 0.86% -
XYZ 36.3 27.56 7.41 -
YUV 139.31 82.12 185.55 -
System Red Green Blue C M Y K H S L
Decimal 220 114 58 0 0.48 0.74 0.14 20.74 0.7 0.55
Hex DC 72 3A 0 30 4A E 15 46 37
Octal 334 162 72 0 60 112 16 25 106 67
Binary 11011100 1110010 111010 0 110000 1001010 1110 10101 1000110 110111

Color Harmonies of #DC723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC723A

Black with #DC723A

Text Example


Text Example

White with #DC723A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC723A; }

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

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

background-color css

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

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

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

border-color css

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

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

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