Html Css Color HEX #DD723A Sorbus

📋 copy color: '#DD723A'

red 221 ◦ green 114 ◦ blue 58

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

Shades of Sorbus #DD723A

Tints of Sorbus #DD723A

RGB

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

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

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

R = 56.23%
G = 29.01%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD723A (or 0xDD723A) is known color: Sorbus. HEX triplet: DD, 72 and 3A. RGB value is (221,114,58). Sum of RGB (Red+Green+Blue) = 221+114+58=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD723A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD723A is #228DC5. Grayscale: #8B8B8B. Windows color (decimal): -2264518 or 3830493. OLE color: 3830493.

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

Color convert

RGB 221 114 58 -
CMYK 0 0.48 0.74 0.13
HSL 20.61º 0.71% 0.55% -
HSV(B) 20.61º 0.74% 0.87% -
XYZ 36.6 27.71 7.42 -
YUV 139.61 81.95 186.05 -
System Red Green Blue C M Y K H S L
Decimal 221 114 58 0 0.48 0.74 0.13 20.61 0.71 0.55
Hex DD 72 3A 0 30 4A D 15 47 37
Octal 335 162 72 0 60 112 15 25 107 67
Binary 11011101 1110010 111010 0 110000 1001010 1101 10101 1000111 110111

Color Harmonies of #DD723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD723A

Black with #DD723A

Text Example


Text Example

White with #DD723A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD723A; }

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

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

background-color css

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

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

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

border-color css

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

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

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