Html Css Color HEX #DF7860 Terra Cotta

📋 copy color: '#DF7860'

red 223 ◦ green 120 ◦ blue 96

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

Shades of Terra Cotta #DF7860

Tints of Terra Cotta #DF7860

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.33%

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

R = 50.8%
G = 27.33%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF7860 (or 0xDF7860) is known color: Terra Cotta. HEX triplet: DF, 78 and 60. RGB value is (223,120,96). Sum of RGB (Red+Green+Blue) = 223+120+96=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7860 is #20879F. Grayscale: #949494. Windows color (decimal): -2131872 or 6322399. OLE color: 6322399.

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

Color convert

RGB 223 120 96 -
CMYK 0 0.46 0.57 0.13
HSL 11.34º 0.66% 0.63% -
HSV(B) 11.34º 0.57% 0.87% -
XYZ 39.26 29.97 14.78 -
YUV 148.06 98.62 181.45 -
System Red Green Blue C M Y K H S L
Decimal 223 120 96 0 0.46 0.57 0.13 11.34 0.66 0.63
Hex DF 78 60 0 2E 39 D B 42 3F
Octal 337 170 140 0 56 71 15 13 102 77
Binary 11011111 1111000 1100000 0 101110 111001 1101 1011 1000010 111111

Color Harmonies of #DF7860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7860

Black with #DF7860

Text Example


Text Example

White with #DF7860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7860; }

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

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

background-color css

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

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

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

border-color css

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

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

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