Html Css Color HEX #DF7260 Terra Cotta

📋 copy color: '#DF7260'

red 223 ◦ green 114 ◦ blue 96

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

Shades of Terra Cotta #DF7260

Tints of Terra Cotta #DF7260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.33%

 BLUE value IS 96 (37.89% from 255) = 22.17%

R = 51.5%
G = 26.33%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF7260 (or 0xDF7260) is known color: Terra Cotta. HEX triplet: DF, 72 and 60. RGB value is (223,114,96). Sum of RGB (Red+Green+Blue) = 223+114+96=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7260 is #208D9F. Grayscale: #909090. Windows color (decimal): -2133408 or 6320863. OLE color: 6320863.

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

Color convert

RGB 223 114 96 -
CMYK 0 0.49 0.57 0.13
HSL 8.5º 0.66% 0.63% -
HSV(B) 8.5º 0.57% 0.87% -
XYZ 38.56 28.57 14.55 -
YUV 144.54 100.61 183.96 -
System Red Green Blue C M Y K H S L
Decimal 223 114 96 0 0.49 0.57 0.13 8.5 0.66 0.63
Hex DF 72 60 0 31 39 D 9 42 3F
Octal 337 162 140 0 61 71 15 11 102 77
Binary 11011111 1110010 1100000 0 110001 111001 1101 1001 1000010 111111

Color Harmonies of #DF7260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7260

Black with #DF7260

Text Example


Text Example

White with #DF7260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7260; }

 p { color: rgb(223,114,96); }

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

background-color css

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

 a { background-color: rgb(223,114,96); }

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

border-color css

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

 span { border-color: rgb(223,114,96); }

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