Html Css Color HEX #DD723C Sorbus

📋 copy color: '#DD723C'

red 221 ◦ green 114 ◦ blue 60

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

Shades of Sorbus #DD723C

Tints of Sorbus #DD723C

RGB

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

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

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

R = 55.95%
G = 28.86%
B = 15.19%

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

#DD723C (or 0xDD723C) is known color: Sorbus. HEX triplet: DD, 72 and 3C. RGB value is (221,114,60). Sum of RGB (Red+Green+Blue) = 221+114+60=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD723C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD723C is #228DC3. Grayscale: #8C8C8C. Windows color (decimal): -2264516 or 3961565. OLE color: 3961565.

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

Color convert

RGB 221 114 60 -
CMYK 0 0.48 0.73 0.13
HSL 20.12º 0.7% 0.55% -
HSV(B) 20.12º 0.73% 0.87% -
XYZ 36.65 27.73 7.7 -
YUV 139.84 82.95 185.89 -
System Red Green Blue C M Y K H S L
Decimal 221 114 60 0 0.48 0.73 0.13 20.12 0.7 0.55
Hex DD 72 3C 0 30 49 D 14 46 37
Octal 335 162 74 0 60 111 15 24 106 67
Binary 11011101 1110010 111100 0 110000 1001001 1101 10100 1000110 110111

Color Harmonies of #DD723C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD723C

Black with #DD723C

Text Example


Text Example

White with #DD723C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD723C; }

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

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

background-color css

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

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

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

border-color css

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

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

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