Html Css Color HEX #DD6D65 Terra Cotta

📋 copy color: '#DD6D65'

red 221 ◦ green 109 ◦ blue 101

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

Shades of Terra Cotta #DD6D65

Tints of Terra Cotta #DD6D65

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.29%

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

R = 51.28%
G = 25.29%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD6D65 (or 0xDD6D65) is known color: Terra Cotta. HEX triplet: DD, 6D and 65. RGB value is (221,109,101). Sum of RGB (Red+Green+Blue) = 221+109+101=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6D65 is #22929A. Grayscale: #8D8D8D. Windows color (decimal): -2265755 or 6647261. OLE color: 6647261.

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

Color convert

RGB 221 109 101 -
CMYK 0 0.51 0.54 0.13
HSL 0.64% 0.63% -
HSV(B) 0.54% 0.87% -
XYZ 37.64 27.25 15.59 -
YUV 141.58 105.11 184.65 -
System Red Green Blue C M Y K H S L
Decimal 221 109 101 0 0.51 0.54 0.13 4 0.64 0.63
Hex DD 6D 65 0 33 36 D 4 40 3F
Octal 335 155 145 0 63 66 15 4 100 77
Binary 11011101 1101101 1100101 0 110011 110110 1101 100 1000000 111111

Color Harmonies of #DD6D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D65

Black with #DD6D65

Text Example


Text Example

White with #DD6D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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