Html Css Color HEX #DD6C35 Sorbus

📋 copy color: '#DD6C35'

red 221 ◦ green 108 ◦ blue 53

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

Shades of Sorbus #DD6C35

Tints of Sorbus #DD6C35

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.27%

 BLUE value IS 53 (21.09% from 255) = 13.87%

R = 57.85%
G = 28.27%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD6C35 (or 0xDD6C35) is known color: Sorbus. HEX triplet: DD, 6C and 35. RGB value is (221,108,53). Sum of RGB (Red+Green+Blue) = 221+108+53=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6C35 is #2293CA. Grayscale: #878787. Windows color (decimal): -2266059 or 3501277. OLE color: 3501277.

HSL color Cylindrical-coordinate representation of color #DD6C35: hue angle of 19.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD6C35 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 108 53 -
CMYK 0 0.51 0.76 0.13
HSL 19.64º 0.71% 0.54% -
HSV(B) 19.64º 0.76% 0.87% -
XYZ 35.82 26.35 6.57 -
YUV 135.52 81.44 188.97 -
System Red Green Blue C M Y K H S L
Decimal 221 108 53 0 0.51 0.76 0.13 19.64 0.71 0.54
Hex DD 6C 35 0 33 4C D 14 47 36
Octal 335 154 65 0 63 114 15 24 107 66
Binary 11011101 1101100 110101 0 110011 1001100 1101 10100 1000111 110110

Color Harmonies of #DD6C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6C35

Black with #DD6C35

Text Example


Text Example

White with #DD6C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6C35; }

 p { color: rgb(221,108,53); }

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

background-color css

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

 a { background-color: rgb(221,108,53); }

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

border-color css

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

 span { border-color: rgb(221,108,53); }

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