Html Css Color HEX #DD7C64 Terra Cotta

📋 copy color: '#DD7C64'

red 221 ◦ green 124 ◦ blue 100

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

Shades of Terra Cotta #DD7C64

Tints of Terra Cotta #DD7C64

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.87%

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

R = 49.66%
G = 27.87%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD7C64 (or 0xDD7C64) is known color: Terra Cotta. HEX triplet: DD, 7C and 64. RGB value is (221,124,100). Sum of RGB (Red+Green+Blue) = 221+124+100=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C64 is #22839B. Grayscale: #969696. Windows color (decimal): -2261916 or 6585565. OLE color: 6585565.

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

Color convert

RGB 221 124 100 -
CMYK 0 0.44 0.55 0.13
HSL 11.9º 0.64% 0.63% -
HSV(B) 11.9º 0.55% 0.87% -
XYZ 39.33 30.71 15.91 -
YUV 150.27 99.64 178.45 -
System Red Green Blue C M Y K H S L
Decimal 221 124 100 0 0.44 0.55 0.13 11.9 0.64 0.63
Hex DD 7C 64 0 2C 37 D C 40 3F
Octal 335 174 144 0 54 67 15 14 100 77
Binary 11011101 1111100 1100100 0 101100 110111 1101 1100 1000000 111111

Color Harmonies of #DD7C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C64

Black with #DD7C64

Text Example


Text Example

White with #DD7C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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