Html Css Color HEX #DD7666 Terra Cotta

📋 copy color: '#DD7666'

red 221 ◦ green 118 ◦ blue 102

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

Shades of Terra Cotta #DD7666

Tints of Terra Cotta #DD7666

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.76%

 BLUE value IS 102 (40.23% from 255) = 23.13%

R = 50.11%
G = 26.76%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD7666 (or 0xDD7666) is known color: Terra Cotta. HEX triplet: DD, 76 and 66. RGB value is (221,118,102). Sum of RGB (Red+Green+Blue) = 221+118+102=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7666 is #228999. Grayscale: #939393. Windows color (decimal): -2263450 or 6715101. OLE color: 6715101.

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

Color convert

RGB 221 118 102 -
CMYK 0 0.47 0.54 0.13
HSL 8.07º 0.64% 0.63% -
HSV(B) 8.07º 0.54% 0.87% -
XYZ 38.7 29.29 16.18 -
YUV 146.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 221 118 102 0 0.47 0.54 0.13 8.07 0.64 0.63
Hex DD 76 66 0 2F 36 D 8 40 3F
Octal 335 166 146 0 57 66 15 10 100 77
Binary 11011101 1110110 1100110 0 101111 110110 1101 1000 1000000 111111

Color Harmonies of #DD7666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7666

Black with #DD7666

Text Example


Text Example

White with #DD7666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7666; }

 p { color: rgb(221,118,102); }

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

background-color css

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

 a { background-color: rgb(221,118,102); }

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

border-color css

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

 span { border-color: rgb(221,118,102); }

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