Html Css Color HEX #DF7056 Terra Cotta

📋 copy color: '#DF7056'

red 223 ◦ green 112 ◦ blue 86

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

Shades of Terra Cotta #DF7056

Tints of Terra Cotta #DF7056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.43%

R = 52.97%
G = 26.6%
B = 20.43%

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

#DF7056 (or 0xDF7056) is known color: Terra Cotta. HEX triplet: DF, 70 and 56. RGB value is (223,112,86). Sum of RGB (Red+Green+Blue) = 223+112+86=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7056 is #208FA9. Grayscale: #8E8E8E. Windows color (decimal): -2133930 or 5664991. OLE color: 5664991.

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

Color convert

RGB 223 112 86 -
CMYK 0 0.50 0.61 0.13
HSL 11.39º 0.68% 0.61% -
HSV(B) 11.39º 0.61% 0.87% -
XYZ 37.91 27.95 12.2 -
YUV 142.23 96.27 185.61 -
System Red Green Blue C M Y K H S L
Decimal 223 112 86 0 0.50 0.61 0.13 11.39 0.68 0.61
Hex DF 70 56 0 32 3D D B 44 3D
Octal 337 160 126 0 62 75 15 13 104 75
Binary 11011111 1110000 1010110 0 110010 111101 1101 1011 1000100 111101

Color Harmonies of #DF7056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7056

Black with #DF7056

Text Example


Text Example

White with #DF7056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7056; }

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

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

background-color css

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

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

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

border-color css

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

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

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