Html Css Color HEX #DD7C5D Terra Cotta

📋 copy color: '#DD7C5D'

red 221 ◦ green 124 ◦ blue 93

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

Shades of Terra Cotta #DD7C5D

Tints of Terra Cotta #DD7C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.23%

R = 50.46%
G = 28.31%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD7C5D (or 0xDD7C5D) is known color: Terra Cotta. HEX triplet: DD, 7C and 5D. RGB value is (221,124,93). Sum of RGB (Red+Green+Blue) = 221+124+93=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C5D is #2283A2. Grayscale: #959595. Windows color (decimal): -2261923 or 6126813. OLE color: 6126813.

HSL color Cylindrical-coordinate representation of color #DD7C5D: hue angle of 14.53º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD7C5D is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 124 93 -
CMYK 0 0.44 0.58 0.13
HSL 14.53º 0.65% 0.62% -
HSV(B) 14.53º 0.58% 0.87% -
XYZ 39 30.58 14.2 -
YUV 149.47 96.14 179.02 -
System Red Green Blue C M Y K H S L
Decimal 221 124 93 0 0.44 0.58 0.13 14.53 0.65 0.62
Hex DD 7C 5D 0 2C 3A D F 41 3E
Octal 335 174 135 0 54 72 15 17 101 76
Binary 11011101 1111100 1011101 0 101100 111010 1101 1111 1000001 111110

Color Harmonies of #DD7C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C5D

Black with #DD7C5D

Text Example


Text Example

White with #DD7C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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