Html Css Color HEX #DF7064 Terra Cotta

📋 copy color: '#DF7064'

red 223 ◦ green 112 ◦ blue 100

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

Shades of Terra Cotta #DF7064

Tints of Terra Cotta #DF7064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.99%

R = 51.26%
G = 25.75%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF7064 (or 0xDF7064) is known color: Terra Cotta. HEX triplet: DF, 70 and 64. RGB value is (223,112,100). Sum of RGB (Red+Green+Blue) = 223+112+100=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7064 is #208F9B. Grayscale: #8F8F8F. Windows color (decimal): -2133916 or 6582495. OLE color: 6582495.

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

Color convert

RGB 223 112 100 -
CMYK 0 0.50 0.55 0.13
HSL 5.85º 0.66% 0.63% -
HSV(B) 5.85º 0.55% 0.87% -
XYZ 38.53 28.2 15.47 -
YUV 143.82 103.27 184.48 -
System Red Green Blue C M Y K H S L
Decimal 223 112 100 0 0.50 0.55 0.13 5.85 0.66 0.63
Hex DF 70 64 0 32 37 D 6 42 3F
Octal 337 160 144 0 62 67 15 6 102 77
Binary 11011111 1110000 1100100 0 110010 110111 1101 110 1000010 111111

Color Harmonies of #DF7064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7064

Black with #DF7064

Text Example


Text Example

White with #DF7064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7064; }

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

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

background-color css

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

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

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

border-color css

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

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

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