Html Css Color HEX #DD6136 Sorbus

📋 copy color: '#DD6136'

red 221 ◦ green 97 ◦ blue 54

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

Shades of Sorbus #DD6136

Tints of Sorbus #DD6136

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.08%

 BLUE value IS 54 (21.48% from 255) = 14.52%

R = 59.41%
G = 26.08%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD6136 (or 0xDD6136) is known color: Sorbus. HEX triplet: DD, 61 and 36. RGB value is (221,97,54). Sum of RGB (Red+Green+Blue) = 221+97+54=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6136 is #229EC9. Grayscale: #818181. Windows color (decimal): -2268874 or 3563997. OLE color: 3563997.

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

Color convert

RGB 221 97 54 -
CMYK 0 0.56 0.76 0.13
HSL 15.45º 0.71% 0.54% -
HSV(B) 15.45º 0.76% 0.87% -
XYZ 34.76 24.19 6.33 -
YUV 129.17 85.58 193.5 -
System Red Green Blue C M Y K H S L
Decimal 221 97 54 0 0.56 0.76 0.13 15.45 0.71 0.54
Hex DD 61 36 0 38 4C D F 47 36
Octal 335 141 66 0 70 114 15 17 107 66
Binary 11011101 1100001 110110 0 111000 1001100 1101 1111 1000111 110110

Color Harmonies of #DD6136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6136

Black with #DD6136

Text Example


Text Example

White with #DD6136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6136; }

 p { color: rgb(221,97,54); }

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

background-color css

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

 a { background-color: rgb(221,97,54); }

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

border-color css

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

 span { border-color: rgb(221,97,54); }

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