Html Css Color HEX #DD7D64 Terra Cotta

📋 copy color: '#DD7D64'

red 221 ◦ green 125 ◦ blue 100

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

Shades of Terra Cotta #DD7D64

Tints of Terra Cotta #DD7D64

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.03%

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

R = 49.55%
G = 28.03%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD7D64 (or 0xDD7D64) is known color: Terra Cotta. HEX triplet: DD, 7D and 64. RGB value is (221,125,100). Sum of RGB (Red+Green+Blue) = 221+125+100=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D64 is #22829B. Grayscale: #979797. Windows color (decimal): -2261660 or 6585821. OLE color: 6585821.

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

Color convert

RGB 221 125 100 -
CMYK 0 0.43 0.55 0.13
HSL 12.4º 0.64% 0.63% -
HSV(B) 12.4º 0.55% 0.87% -
XYZ 39.45 30.96 15.95 -
YUV 150.85 99.3 178.03 -
System Red Green Blue C M Y K H S L
Decimal 221 125 100 0 0.43 0.55 0.13 12.4 0.64 0.63
Hex DD 7D 64 0 2B 37 D C 40 3F
Octal 335 175 144 0 53 67 15 14 100 77
Binary 11011101 1111101 1100100 0 101011 110111 1101 1100 1000000 111111

Color Harmonies of #DD7D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D64

Black with #DD7D64

Text Example


Text Example

White with #DD7D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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