Html Css Color HEX #DD6132 Sorbus

📋 copy color: '#DD6132'

red 221 ◦ green 97 ◦ blue 50

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

Shades of Sorbus #DD6132

Tints of Sorbus #DD6132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.59%

R = 60.05%
G = 26.36%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD6132 (or 0xDD6132) is known color: Sorbus. HEX triplet: DD, 61 and 32. RGB value is (221,97,50). Sum of RGB (Red+Green+Blue) = 221+97+50=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6132 is #229ECD. Grayscale: #818181. Windows color (decimal): -2268878 or 3301853. OLE color: 3301853.

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

Color convert

RGB 221 97 50 -
CMYK 0 0.56 0.77 0.13
HSL 16.49º 0.72% 0.53% -
HSV(B) 16.49º 0.77% 0.87% -
XYZ 34.67 24.15 5.85 -
YUV 128.72 83.58 193.82 -
System Red Green Blue C M Y K H S L
Decimal 221 97 50 0 0.56 0.77 0.13 16.49 0.72 0.53
Hex DD 61 32 0 38 4D D 10 48 35
Octal 335 141 62 0 70 115 15 20 110 65
Binary 11011101 1100001 110010 0 111000 1001101 1101 10000 1001000 110101

Color Harmonies of #DD6132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6132

Black with #DD6132

Text Example


Text Example

White with #DD6132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6132; }

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

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

background-color css

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

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

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

border-color css

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

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

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