Html Css Color HEX #DD6730 Sorbus

📋 copy color: '#DD6730'

red 221 ◦ green 103 ◦ blue 48

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

Shades of Sorbus #DD6730

Tints of Sorbus #DD6730

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.69%

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

R = 59.41%
G = 27.69%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD6730 (or 0xDD6730) is known color: Sorbus. HEX triplet: DD, 67 and 30. RGB value is (221,103,48). Sum of RGB (Red+Green+Blue) = 221+103+48=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6730 is #2298CF. Grayscale: #848484. Windows color (decimal): -2267344 or 3172317. OLE color: 3172317.

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

Color convert

RGB 221 103 48 -
CMYK 0 0.53 0.78 0.13
HSL 19.08º 0.72% 0.53% -
HSV(B) 19.08º 0.78% 0.87% -
XYZ 35.2 25.29 5.82 -
YUV 132.01 80.59 191.47 -
System Red Green Blue C M Y K H S L
Decimal 221 103 48 0 0.53 0.78 0.13 19.08 0.72 0.53
Hex DD 67 30 0 35 4E D 13 48 35
Octal 335 147 60 0 65 116 15 23 110 65
Binary 11011101 1100111 110000 0 110101 1001110 1101 10011 1001000 110101

Color Harmonies of #DD6730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6730

Black with #DD6730

Text Example


Text Example

White with #DD6730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6730; }

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

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

background-color css

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

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

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

border-color css

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

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

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