Html Css Color HEX #DD6E51 Terra Cotta

📋 copy color: '#DD6E51'

red 221 ◦ green 110 ◦ blue 81

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

Shades of Terra Cotta #DD6E51

Tints of Terra Cotta #DD6E51

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.7%

 BLUE value IS 81 (32.03% from 255) = 19.66%

R = 53.64%
G = 26.7%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD6E51 (or 0xDD6E51) is known color: Terra Cotta. HEX triplet: DD, 6E and 51. RGB value is (221,110,81). Sum of RGB (Red+Green+Blue) = 221+110+81=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6E51 is #2291AE. Grayscale: #8C8C8C. Windows color (decimal): -2265519 or 5336797. OLE color: 5336797.

HSL color Cylindrical-coordinate representation of color #DD6E51: hue angle of 12.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD6E51 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 110 81 -
CMYK 0 0.50 0.63 0.13
HSL 12.43º 0.67% 0.59% -
HSV(B) 12.43º 0.63% 0.87% -
XYZ 36.88 27.12 11.08 -
YUV 139.88 94.77 185.86 -
System Red Green Blue C M Y K H S L
Decimal 221 110 81 0 0.50 0.63 0.13 12.43 0.67 0.59
Hex DD 6E 51 0 32 3F D C 43 3B
Octal 335 156 121 0 62 77 15 14 103 73
Binary 11011101 1101110 1010001 0 110010 111111 1101 1100 1000011 111011

Color Harmonies of #DD6E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E51

Black with #DD6E51

Text Example


Text Example

White with #DD6E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E51; }

 p { color: rgb(221,110,81); }

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

background-color css

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

 a { background-color: rgb(221,110,81); }

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

border-color css

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

 span { border-color: rgb(221,110,81); }

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