Html Css Color HEX #DF7063 Terra Cotta

📋 copy color: '#DF7063'

red 223 ◦ green 112 ◦ blue 99

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

Shades of Terra Cotta #DF7063

Tints of Terra Cotta #DF7063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.81%

R = 51.38%
G = 25.81%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DF7063 (or 0xDF7063) is known color: Terra Cotta. HEX triplet: DF, 70 and 63. RGB value is (223,112,99). Sum of RGB (Red+Green+Blue) = 223+112+99=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7063 is #208F9C. Grayscale: #8F8F8F. Windows color (decimal): -2133917 or 6516959. OLE color: 6516959.

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

Color convert

RGB 223 112 99 -
CMYK 0 0.50 0.56 0.13
HSL 6.29º 0.66% 0.63% -
HSV(B) 6.29º 0.56% 0.87% -
XYZ 38.48 28.18 15.22 -
YUV 143.71 102.77 184.56 -
System Red Green Blue C M Y K H S L
Decimal 223 112 99 0 0.50 0.56 0.13 6.29 0.66 0.63
Hex DF 70 63 0 32 38 D 6 42 3F
Octal 337 160 143 0 62 70 15 6 102 77
Binary 11011111 1110000 1100011 0 110010 111000 1101 110 1000010 111111

Color Harmonies of #DF7063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7063

Black with #DF7063

Text Example


Text Example

White with #DF7063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7063; }

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

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

background-color css

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

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

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

border-color css

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

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

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