Html Css Color HEX #DD6945 Sorbus

📋 copy color: '#DD6945'

red 221 ◦ green 105 ◦ blue 69

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

Shades of Sorbus #DD6945

Tints of Sorbus #DD6945

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.58%

 BLUE value IS 69 (27.34% from 255) = 17.47%

R = 55.95%
G = 26.58%
B = 17.47%

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

#DD6945 (or 0xDD6945) is known color: Sorbus. HEX triplet: DD, 69 and 45. RGB value is (221,105,69). Sum of RGB (Red+Green+Blue) = 221+105+69=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6945 is #2296BA. Grayscale: #878787. Windows color (decimal): -2266811 or 4549085. OLE color: 4549085.

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

Color convert

RGB 221 105 69 -
CMYK 0 0.52 0.69 0.13
HSL 14.21º 0.69% 0.57% -
HSV(B) 14.21º 0.69% 0.87% -
XYZ 35.94 25.9 8.74 -
YUV 135.58 90.43 188.93 -
System Red Green Blue C M Y K H S L
Decimal 221 105 69 0 0.52 0.69 0.13 14.21 0.69 0.57
Hex DD 69 45 0 34 45 D E 45 39
Octal 335 151 105 0 64 105 15 16 105 71
Binary 11011101 1101001 1000101 0 110100 1000101 1101 1110 1000101 111001

Color Harmonies of #DD6945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6945

Black with #DD6945

Text Example


Text Example

White with #DD6945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6945; }

 p { color: rgb(221,105,69); }

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

background-color css

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

 a { background-color: rgb(221,105,69); }

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

border-color css

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

 span { border-color: rgb(221,105,69); }

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