Html Css Color HEX #DD6731 Sorbus

📋 copy color: '#DD6731'

red 221 ◦ green 103 ◦ blue 49

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

Shades of Sorbus #DD6731

Tints of Sorbus #DD6731

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.61%

 BLUE value IS 49 (19.53% from 255) = 13.14%

R = 59.25%
G = 27.61%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD6731 (or 0xDD6731) is known color: Sorbus. HEX triplet: DD, 67 and 31. RGB value is (221,103,49). Sum of RGB (Red+Green+Blue) = 221+103+49=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6731 is #2298CE. Grayscale: #848484. Windows color (decimal): -2267343 or 3237853. OLE color: 3237853.

HSL color Cylindrical-coordinate representation of color #DD6731: hue angle of 18.84º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD6731 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 103 49 -
CMYK 0 0.53 0.78 0.13
HSL 18.84º 0.72% 0.53% -
HSV(B) 18.84º 0.78% 0.87% -
XYZ 35.22 25.29 5.93 -
YUV 132.13 81.09 191.39 -
System Red Green Blue C M Y K H S L
Decimal 221 103 49 0 0.53 0.78 0.13 18.84 0.72 0.53
Hex DD 67 31 0 35 4E D 13 48 35
Octal 335 147 61 0 65 116 15 23 110 65
Binary 11011101 1100111 110001 0 110101 1001110 1101 10011 1001000 110101

Color Harmonies of #DD6731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6731

Black with #DD6731

Text Example


Text Example

White with #DD6731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6731; }

 p { color: rgb(221,103,49); }

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

background-color css

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

 a { background-color: rgb(221,103,49); }

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

border-color css

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

 span { border-color: rgb(221,103,49); }

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