Html Css Color HEX #DF7057 Terra Cotta

📋 copy color: '#DF7057'

red 223 ◦ green 112 ◦ blue 87

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

Shades of Terra Cotta #DF7057

Tints of Terra Cotta #DF7057

RGB

 RED value IS 223 (87.5% from 255) = 52.84%

 GREEN value IS 112 (44.14% from 255) = 26.54%

 BLUE value IS 87 (34.38% from 255) = 20.62%

R = 52.84%
G = 26.54%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DF7057 (or 0xDF7057) is known color: Terra Cotta. HEX triplet: DF, 70 and 57. RGB value is (223,112,87). Sum of RGB (Red+Green+Blue) = 223+112+87=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7057 is #208FA8. Grayscale: #8E8E8E. Windows color (decimal): -2133929 or 5730527. OLE color: 5730527.

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

Color convert

RGB 223 112 87 -
CMYK 0 0.50 0.61 0.13
HSL 11.03º 0.68% 0.61% -
HSV(B) 11.03º 0.61% 0.87% -
XYZ 37.95 27.96 12.41 -
YUV 142.34 96.77 185.53 -
System Red Green Blue C M Y K H S L
Decimal 223 112 87 0 0.50 0.61 0.13 11.03 0.68 0.61
Hex DF 70 57 0 32 3D D B 44 3D
Octal 337 160 127 0 62 75 15 13 104 75
Binary 11011111 1110000 1010111 0 110010 111101 1101 1011 1000100 111101

Color Harmonies of #DF7057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7057

Black with #DF7057

Text Example


Text Example

White with #DF7057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7057; }

 p { color: rgb(223,112,87); }

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

background-color css

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

 a { background-color: rgb(223,112,87); }

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

border-color css

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

 span { border-color: rgb(223,112,87); }

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