Html Css Color HEX #DD715C Terra Cotta

📋 copy color: '#DD715C'

red 221 ◦ green 113 ◦ blue 92

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

Shades of Terra Cotta #DD715C

Tints of Terra Cotta #DD715C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.53%

 BLUE value IS 92 (36.33% from 255) = 21.6%

R = 51.88%
G = 26.53%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD715C (or 0xDD715C) is known color: Terra Cotta. HEX triplet: DD, 71 and 5C. RGB value is (221,113,92). Sum of RGB (Red+Green+Blue) = 221+113+92=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD715C is #228EA3. Grayscale: #8F8F8F. Windows color (decimal): -2264740 or 6058461. OLE color: 6058461.

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

Color convert

RGB 221 113 92 -
CMYK 0 0.49 0.58 0.13
HSL 9.77º 0.65% 0.61% -
HSV(B) 9.77º 0.58% 0.87% -
XYZ 37.66 27.96 13.54 -
YUV 142.9 99.28 183.71 -
System Red Green Blue C M Y K H S L
Decimal 221 113 92 0 0.49 0.58 0.13 9.77 0.65 0.61
Hex DD 71 5C 0 31 3A D A 41 3D
Octal 335 161 134 0 61 72 15 12 101 75
Binary 11011101 1110001 1011100 0 110001 111010 1101 1010 1000001 111101

Color Harmonies of #DD715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD715C

Black with #DD715C

Text Example


Text Example

White with #DD715C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD715C; }

 p { color: rgb(221,113,92); }

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

background-color css

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

 a { background-color: rgb(221,113,92); }

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

border-color css

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

 span { border-color: rgb(221,113,92); }

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