Html Css Color HEX #DD6330 Sorbus

📋 copy color: '#DD6330'

red 221 ◦ green 99 ◦ blue 48

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

Shades of Sorbus #DD6330

Tints of Sorbus #DD6330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.04%

R = 60.05%
G = 26.9%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD6330 (or 0xDD6330) is known color: Sorbus. HEX triplet: DD, 63 and 30. RGB value is (221,99,48). Sum of RGB (Red+Green+Blue) = 221+99+48=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6330 is #229CCF. Grayscale: #818181. Windows color (decimal): -2268368 or 3171293. OLE color: 3171293.

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

Color convert

RGB 221 99 48 -
CMYK 0 0.55 0.78 0.13
HSL 17.69º 0.72% 0.53% -
HSV(B) 17.69º 0.78% 0.87% -
XYZ 34.81 24.51 5.69 -
YUV 129.66 81.92 193.15 -
System Red Green Blue C M Y K H S L
Decimal 221 99 48 0 0.55 0.78 0.13 17.69 0.72 0.53
Hex DD 63 30 0 37 4E D 12 48 35
Octal 335 143 60 0 67 116 15 22 110 65
Binary 11011101 1100011 110000 0 110111 1001110 1101 10010 1001000 110101

Color Harmonies of #DD6330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6330

Black with #DD6330

Text Example


Text Example

White with #DD6330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6330; }

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

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

background-color css

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

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

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

border-color css

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

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

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