Html Css Color HEX #DD6E65 Terra Cotta

📋 copy color: '#DD6E65'

red 221 ◦ green 110 ◦ blue 101

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

Shades of Terra Cotta #DD6E65

Tints of Terra Cotta #DD6E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.38%

R = 51.16%
G = 25.46%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD6E65 (or 0xDD6E65) is known color: Terra Cotta. HEX triplet: DD, 6E and 65. RGB value is (221,110,101). Sum of RGB (Red+Green+Blue) = 221+110+101=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6E65 is #22919A. Grayscale: #8E8E8E. Windows color (decimal): -2265499 or 6647517. OLE color: 6647517.

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

Color convert

RGB 221 110 101 -
CMYK 0 0.50 0.54 0.13
HSL 4.5º 0.64% 0.63% -
HSV(B) 4.5º 0.54% 0.87% -
XYZ 37.74 27.46 15.62 -
YUV 142.16 104.77 184.23 -
System Red Green Blue C M Y K H S L
Decimal 221 110 101 0 0.50 0.54 0.13 4.5 0.64 0.63
Hex DD 6E 65 0 32 36 D 4 40 3F
Octal 335 156 145 0 62 66 15 4 100 77
Binary 11011101 1101110 1100101 0 110010 110110 1101 100 1000000 111111

Color Harmonies of #DD6E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E65

Black with #DD6E65

Text Example


Text Example

White with #DD6E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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