Html Css Color HEX #DD7B66 Terra Cotta

📋 copy color: '#DD7B66'

red 221 ◦ green 123 ◦ blue 102

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

Shades of Terra Cotta #DD7B66

Tints of Terra Cotta #DD7B66

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.58%

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

R = 49.55%
G = 27.58%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD7B66 (or 0xDD7B66) is known color: Terra Cotta. HEX triplet: DD, 7B and 66. RGB value is (221,123,102). Sum of RGB (Red+Green+Blue) = 221+123+102=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B66 is #228499. Grayscale: #969696. Windows color (decimal): -2262170 or 6716381. OLE color: 6716381.

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

Color convert

RGB 221 123 102 -
CMYK 0 0.44 0.54 0.13
HSL 10.59º 0.64% 0.63% -
HSV(B) 10.59º 0.54% 0.87% -
XYZ 39.3 30.5 16.39 -
YUV 149.91 100.97 178.71 -
System Red Green Blue C M Y K H S L
Decimal 221 123 102 0 0.44 0.54 0.13 10.59 0.64 0.63
Hex DD 7B 66 0 2C 36 D B 40 3F
Octal 335 173 146 0 54 66 15 13 100 77
Binary 11011101 1111011 1100110 0 101100 110110 1101 1011 1000000 111111

Color Harmonies of #DD7B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B66

Black with #DD7B66

Text Example


Text Example

White with #DD7B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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