Html Css Color HEX #DD6031 Sorbus

📋 copy color: '#DD6031'

red 221 ◦ green 96 ◦ blue 49

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

Shades of Sorbus #DD6031

Tints of Sorbus #DD6031

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.23%

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

R = 60.38%
G = 26.23%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD6031 (or 0xDD6031) is known color: Sorbus. HEX triplet: DD, 60 and 31. RGB value is (221,96,49). Sum of RGB (Red+Green+Blue) = 221+96+49=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6031 is #229FCE. Grayscale: #808080. Windows color (decimal): -2269135 or 3236061. OLE color: 3236061.

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

Color convert

RGB 221 96 49 -
CMYK 0 0.57 0.78 0.13
HSL 16.4º 0.72% 0.53% -
HSV(B) 16.4º 0.78% 0.87% -
XYZ 34.56 23.96 5.71 -
YUV 128.02 83.41 194.32 -
System Red Green Blue C M Y K H S L
Decimal 221 96 49 0 0.57 0.78 0.13 16.4 0.72 0.53
Hex DD 60 31 0 39 4E D 10 48 35
Octal 335 140 61 0 71 116 15 20 110 65
Binary 11011101 1100000 110001 0 111001 1001110 1101 10000 1001000 110101

Color Harmonies of #DD6031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6031

Black with #DD6031

Text Example


Text Example

White with #DD6031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6031; }

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

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

background-color css

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

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

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

border-color css

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

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

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