Html Css Color HEX #DD6232 Sorbus

📋 copy color: '#DD6232'

red 221 ◦ green 98 ◦ blue 50

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

Shades of Sorbus #DD6232

Tints of Sorbus #DD6232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.56%

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

R = 59.89%
G = 26.56%
B = 13.55%

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

#DD6232 (or 0xDD6232) is known color: Sorbus. HEX triplet: DD, 62 and 32. RGB value is (221,98,50). Sum of RGB (Red+Green+Blue) = 221+98+50=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6232 is #229DCD. Grayscale: #818181. Windows color (decimal): -2268622 or 3302109. OLE color: 3302109.

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

Color convert

RGB 221 98 50 -
CMYK 0 0.56 0.77 0.13
HSL 16.84º 0.72% 0.53% -
HSV(B) 16.84º 0.77% 0.87% -
XYZ 34.76 24.34 5.88 -
YUV 129.31 83.25 193.4 -
System Red Green Blue C M Y K H S L
Decimal 221 98 50 0 0.56 0.77 0.13 16.84 0.72 0.53
Hex DD 62 32 0 38 4D D 11 48 35
Octal 335 142 62 0 70 115 15 21 110 65
Binary 11011101 1100010 110010 0 111000 1001101 1101 10001 1001000 110101

Color Harmonies of #DD6232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6232

Black with #DD6232

Text Example


Text Example

White with #DD6232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6232; }

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

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

background-color css

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

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

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

border-color css

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

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

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