Html Css Color HEX #DD7769 Terra Cotta

📋 copy color: '#DD7769'

red 221 ◦ green 119 ◦ blue 105

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

Shades of Terra Cotta #DD7769

Tints of Terra Cotta #DD7769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.74%

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

R = 49.66%
G = 26.74%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD7769 (or 0xDD7769) is known color: Terra Cotta. HEX triplet: DD, 77 and 69. RGB value is (221,119,105). Sum of RGB (Red+Green+Blue) = 221+119+105=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7769 is #228896. Grayscale: #949494. Windows color (decimal): -2263191 or 6911965. OLE color: 6911965.

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

Color convert

RGB 221 119 105 -
CMYK 0 0.46 0.52 0.13
HSL 7.24º 0.63% 0.64% -
HSV(B) 7.24º 0.52% 0.87% -
XYZ 38.97 29.59 17.02 -
YUV 147.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 221 119 105 0 0.46 0.52 0.13 7.24 0.63 0.64
Hex DD 77 69 0 2E 34 D 7 3F 40
Octal 335 167 151 0 56 64 15 7 77 100
Binary 11011101 1110111 1101001 0 101110 110100 1101 111 111111 1000000

Color Harmonies of #DD7769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7769

Black with #DD7769

Text Example


Text Example

White with #DD7769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7769; }

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

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

background-color css

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

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

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

border-color css

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

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

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