Html Css Color HEX #DD6530 Sorbus

📋 copy color: '#DD6530'

red 221 ◦ green 101 ◦ blue 48

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

Shades of Sorbus #DD6530

Tints of Sorbus #DD6530

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.3%

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

R = 59.73%
G = 27.3%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD6530 (or 0xDD6530) is known color: Sorbus. HEX triplet: DD, 65 and 30. RGB value is (221,101,48). Sum of RGB (Red+Green+Blue) = 221+101+48=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6530 is #229ACF. Grayscale: #838383. Windows color (decimal): -2267856 or 3171805. OLE color: 3171805.

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

Color convert

RGB 221 101 48 -
CMYK 0 0.54 0.78 0.13
HSL 18.38º 0.72% 0.53% -
HSV(B) 18.38º 0.78% 0.87% -
XYZ 35.01 24.89 5.76 -
YUV 130.84 81.26 192.31 -
System Red Green Blue C M Y K H S L
Decimal 221 101 48 0 0.54 0.78 0.13 18.38 0.72 0.53
Hex DD 65 30 0 36 4E D 12 48 35
Octal 335 145 60 0 66 116 15 22 110 65
Binary 11011101 1100101 110000 0 110110 1001110 1101 10010 1001000 110101

Color Harmonies of #DD6530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6530

Black with #DD6530

Text Example


Text Example

White with #DD6530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6530; }

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

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

background-color css

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

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

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

border-color css

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

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

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