Html Css Color HEX #DD7564 Terra Cotta

📋 copy color: '#DD7564'

red 221 ◦ green 117 ◦ blue 100

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

Shades of Terra Cotta #DD7564

Tints of Terra Cotta #DD7564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.83%

R = 50.46%
G = 26.71%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD7564 (or 0xDD7564) is known color: Terra Cotta. HEX triplet: DD, 75 and 64. RGB value is (221,117,100). Sum of RGB (Red+Green+Blue) = 221+117+100=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7564 is #228A9B. Grayscale: #929292. Windows color (decimal): -2263708 or 6583773. OLE color: 6583773.

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

Color convert

RGB 221 117 100 -
CMYK 0 0.47 0.55 0.13
HSL 8.43º 0.64% 0.63% -
HSV(B) 8.43º 0.55% 0.87% -
XYZ 38.48 29.01 15.63 -
YUV 146.16 101.96 181.38 -
System Red Green Blue C M Y K H S L
Decimal 221 117 100 0 0.47 0.55 0.13 8.43 0.64 0.63
Hex DD 75 64 0 2F 37 D 8 40 3F
Octal 335 165 144 0 57 67 15 10 100 77
Binary 11011101 1110101 1100100 0 101111 110111 1101 1000 1000000 111111

Color Harmonies of #DD7564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7564

Black with #DD7564

Text Example


Text Example

White with #DD7564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7564; }

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

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

background-color css

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

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

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

border-color css

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

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

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