Html Css Color HEX #DD6336 Sorbus

📋 copy color: '#DD6336'

red 221 ◦ green 99 ◦ blue 54

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

Shades of Sorbus #DD6336

Tints of Sorbus #DD6336

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.47%

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

R = 59.09%
G = 26.47%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD6336 (or 0xDD6336) is known color: Sorbus. HEX triplet: DD, 63 and 36. RGB value is (221,99,54). Sum of RGB (Red+Green+Blue) = 221+99+54=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 54 (21.48% from 255 or 14.44% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6336 is #229CC9. Grayscale: #828282. Windows color (decimal): -2268362 or 3564509. OLE color: 3564509.

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

Color convert

RGB 221 99 54 -
CMYK 0 0.55 0.76 0.13
HSL 16.17º 0.71% 0.54% -
HSV(B) 16.17º 0.76% 0.87% -
XYZ 34.95 24.56 6.39 -
YUV 130.35 84.92 192.66 -
System Red Green Blue C M Y K H S L
Decimal 221 99 54 0 0.55 0.76 0.13 16.17 0.71 0.54
Hex DD 63 36 0 37 4C D 10 47 36
Octal 335 143 66 0 67 114 15 20 107 66
Binary 11011101 1100011 110110 0 110111 1001100 1101 10000 1000111 110110

Color Harmonies of #DD6336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6336

Black with #DD6336

Text Example


Text Example

White with #DD6336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6336; }

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

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

background-color css

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

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

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

border-color css

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

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

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