Html Css Color HEX #DD7669 Terra Cotta

📋 copy color: '#DD7669'

red 221 ◦ green 118 ◦ blue 105

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

Shades of Terra Cotta #DD7669

Tints of Terra Cotta #DD7669

RGB

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

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

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

R = 49.77%
G = 26.58%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD7669 (or 0xDD7669) is known color: Terra Cotta. HEX triplet: DD, 76 and 69. RGB value is (221,118,105). Sum of RGB (Red+Green+Blue) = 221+118+105=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7669 is #228996. Grayscale: #939393. Windows color (decimal): -2263447 or 6911709. OLE color: 6911709.

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

Color convert

RGB 221 118 105 -
CMYK 0 0.47 0.52 0.13
HSL 6.72º 0.63% 0.64% -
HSV(B) 6.72º 0.52% 0.87% -
XYZ 38.85 29.35 16.98 -
YUV 147.32 104.12 180.56 -
System Red Green Blue C M Y K H S L
Decimal 221 118 105 0 0.47 0.52 0.13 6.72 0.63 0.64
Hex DD 76 69 0 2F 34 D 7 3F 40
Octal 335 166 151 0 57 64 15 7 77 100
Binary 11011101 1110110 1101001 0 101111 110100 1101 111 111111 1000000

Color Harmonies of #DD7669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7669

Black with #DD7669

Text Example


Text Example

White with #DD7669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7669; }

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

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

background-color css

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

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

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

border-color css

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

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

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