Html Css Color HEX #DD6943 Sorbus

📋 copy color: '#DD6943'

red 221 ◦ green 105 ◦ blue 67

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

Shades of Sorbus #DD6943

Tints of Sorbus #DD6943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.05%

R = 56.23%
G = 26.72%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD6943 (or 0xDD6943) is known color: Sorbus. HEX triplet: DD, 69 and 43. RGB value is (221,105,67). Sum of RGB (Red+Green+Blue) = 221+105+67=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6943 is #2296BC. Grayscale: #878787. Windows color (decimal): -2266813 or 4418013. OLE color: 4418013.

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

Color convert

RGB 221 105 67 -
CMYK 0 0.52 0.70 0.13
HSL 14.81º 0.69% 0.56% -
HSV(B) 14.81º 0.7% 0.87% -
XYZ 35.88 25.88 8.41 -
YUV 135.35 89.43 189.09 -
System Red Green Blue C M Y K H S L
Decimal 221 105 67 0 0.52 0.70 0.13 14.81 0.69 0.56
Hex DD 69 43 0 34 46 D F 45 38
Octal 335 151 103 0 64 106 15 17 105 70
Binary 11011101 1101001 1000011 0 110100 1000110 1101 1111 1000101 111000

Color Harmonies of #DD6943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6943

Black with #DD6943

Text Example


Text Example

White with #DD6943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6943; }

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

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

background-color css

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

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

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

border-color css

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

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

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