Html Css Color HEX #DD6531 Sorbus

📋 copy color: '#DD6531'

red 221 ◦ green 101 ◦ blue 49

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

Shades of Sorbus #DD6531

Tints of Sorbus #DD6531

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.22%

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

R = 59.57%
G = 27.22%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD6531 (or 0xDD6531) is known color: Sorbus. HEX triplet: DD, 65 and 31. RGB value is (221,101,49). Sum of RGB (Red+Green+Blue) = 221+101+49=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6531 is #229ACE. Grayscale: #838383. Windows color (decimal): -2267855 or 3237341. OLE color: 3237341.

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

Color convert

RGB 221 101 49 -
CMYK 0 0.54 0.78 0.13
HSL 18.14º 0.72% 0.53% -
HSV(B) 18.14º 0.78% 0.87% -
XYZ 35.03 24.9 5.87 -
YUV 130.95 81.76 192.23 -
System Red Green Blue C M Y K H S L
Decimal 221 101 49 0 0.54 0.78 0.13 18.14 0.72 0.53
Hex DD 65 31 0 36 4E D 12 48 35
Octal 335 145 61 0 66 116 15 22 110 65
Binary 11011101 1100101 110001 0 110110 1001110 1101 10010 1001000 110101

Color Harmonies of #DD6531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6531

Black with #DD6531

Text Example


Text Example

White with #DD6531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6531; }

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

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

background-color css

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

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

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

border-color css

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

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

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