Html Css Color HEX #DD7568 Terra Cotta

📋 copy color: '#DD7568'

red 221 ◦ green 117 ◦ blue 104

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

Shades of Terra Cotta #DD7568

Tints of Terra Cotta #DD7568

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.47%

 BLUE value IS 104 (41.02% from 255) = 23.53%

R = 50%
G = 26.47%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD7568 (or 0xDD7568) is known color: Terra Cotta. HEX triplet: DD, 75 and 68. RGB value is (221,117,104). Sum of RGB (Red+Green+Blue) = 221+117+104=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7568 is #228A97. Grayscale: #929292. Windows color (decimal): -2263704 or 6845917. OLE color: 6845917.

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

Color convert

RGB 221 117 104 -
CMYK 0 0.47 0.53 0.13
HSL 6.67º 0.63% 0.64% -
HSV(B) 6.67º 0.53% 0.87% -
XYZ 38.68 29.09 16.67 -
YUV 146.61 103.96 181.06 -
System Red Green Blue C M Y K H S L
Decimal 221 117 104 0 0.47 0.53 0.13 6.67 0.63 0.64
Hex DD 75 68 0 2F 35 D 7 3F 40
Octal 335 165 150 0 57 65 15 7 77 100
Binary 11011101 1110101 1101000 0 101111 110101 1101 111 111111 1000000

Color Harmonies of #DD7568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7568

Black with #DD7568

Text Example


Text Example

White with #DD7568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7568; }

 p { color: rgb(221,117,104); }

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

background-color css

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

 a { background-color: rgb(221,117,104); }

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

border-color css

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

 span { border-color: rgb(221,117,104); }

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