Html Css Color HEX #DD6036 Sorbus

📋 copy color: '#DD6036'

red 221 ◦ green 96 ◦ blue 54

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

Shades of Sorbus #DD6036

Tints of Sorbus #DD6036

RGB

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

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

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

R = 59.57%
G = 25.88%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD6036 (or 0xDD6036) is known color: Sorbus. HEX triplet: DD, 60 and 36. RGB value is (221,96,54). Sum of RGB (Red+Green+Blue) = 221+96+54=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6036 is #229FC9. Grayscale: #808080. Windows color (decimal): -2269130 or 3563741. OLE color: 3563741.

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

Color convert

RGB 221 96 54 -
CMYK 0 0.57 0.76 0.13
HSL 15.09º 0.71% 0.54% -
HSV(B) 15.09º 0.76% 0.87% -
XYZ 34.67 24 6.3 -
YUV 128.59 85.91 193.92 -
System Red Green Blue C M Y K H S L
Decimal 221 96 54 0 0.57 0.76 0.13 15.09 0.71 0.54
Hex DD 60 36 0 39 4C D F 47 36
Octal 335 140 66 0 71 114 15 17 107 66
Binary 11011101 1100000 110110 0 111001 1001100 1101 1111 1000111 110110

Color Harmonies of #DD6036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6036

Black with #DD6036

Text Example


Text Example

White with #DD6036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6036; }

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

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

background-color css

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

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

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

border-color css

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

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

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