Html Css Color HEX #DD6E69 Terra Cotta

📋 copy color: '#DD6E69'

red 221 ◦ green 110 ◦ blue 105

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

Shades of Terra Cotta #DD6E69

Tints of Terra Cotta #DD6E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.08%

R = 50.69%
G = 25.23%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD6E69 (or 0xDD6E69) is known color: Terra Cotta. HEX triplet: DD, 6E and 69. RGB value is (221,110,105). Sum of RGB (Red+Green+Blue) = 221+110+105=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6E69 is #229196. Grayscale: #8E8E8E. Windows color (decimal): -2265495 or 6909661. OLE color: 6909661.

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

Color convert

RGB 221 110 105 -
CMYK 0 0.50 0.52 0.13
HSL 2.59º 0.63% 0.64% -
HSV(B) 2.59º 0.52% 0.87% -
XYZ 37.94 27.54 16.68 -
YUV 142.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 221 110 105 0 0.50 0.52 0.13 2.59 0.63 0.64
Hex DD 6E 69 0 32 34 D 3 3F 40
Octal 335 156 151 0 62 64 15 3 77 100
Binary 11011101 1101110 1101001 0 110010 110100 1101 11 111111 1000000

Color Harmonies of #DD6E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E69

Black with #DD6E69

Text Example


Text Example

White with #DD6E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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