Html Css Color HEX #DD6A44 Sorbus

📋 copy color: '#DD6A44'

red 221 ◦ green 106 ◦ blue 68

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

Shades of Sorbus #DD6A44

Tints of Sorbus #DD6A44

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.84%

 BLUE value IS 68 (26.95% from 255) = 17.22%

R = 55.95%
G = 26.84%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD6A44 (or 0xDD6A44) is known color: Sorbus. HEX triplet: DD, 6A and 44. RGB value is (221,106,68). Sum of RGB (Red+Green+Blue) = 221+106+68=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6A44 is #2295BB. Grayscale: #888888. Windows color (decimal): -2266556 or 4483805. OLE color: 4483805.

HSL color Cylindrical-coordinate representation of color #DD6A44: hue angle of 14.9º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD6A44 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 106 68 -
CMYK 0 0.52 0.69 0.13
HSL 14.9º 0.69% 0.57% -
HSV(B) 14.9º 0.69% 0.87% -
XYZ 36.02 26.1 8.61 -
YUV 136.05 89.6 188.59 -
System Red Green Blue C M Y K H S L
Decimal 221 106 68 0 0.52 0.69 0.13 14.9 0.69 0.57
Hex DD 6A 44 0 34 45 D F 45 39
Octal 335 152 104 0 64 105 15 17 105 71
Binary 11011101 1101010 1000100 0 110100 1000101 1101 1111 1000101 111001

Color Harmonies of #DD6A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6A44

Black with #DD6A44

Text Example


Text Example

White with #DD6A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6A44; }

 p { color: rgb(221,106,68); }

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

background-color css

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

 a { background-color: rgb(221,106,68); }

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

border-color css

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

 span { border-color: rgb(221,106,68); }

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