Html Css Color HEX #DF7A60 Terra Cotta

📋 copy color: '#DF7A60'

red 223 ◦ green 122 ◦ blue 96

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

Shades of Terra Cotta #DF7A60

Tints of Terra Cotta #DF7A60

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.66%

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

R = 50.57%
G = 27.66%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF7A60 (or 0xDF7A60) is known color: Terra Cotta. HEX triplet: DF, 7A and 60. RGB value is (223,122,96). Sum of RGB (Red+Green+Blue) = 223+122+96=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7A60 is #20859F. Grayscale: #959595. Windows color (decimal): -2131360 or 6322911. OLE color: 6322911.

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

Color convert

RGB 223 122 96 -
CMYK 0 0.45 0.57 0.13
HSL 12.28º 0.66% 0.63% -
HSV(B) 12.28º 0.57% 0.87% -
XYZ 39.5 30.45 14.86 -
YUV 149.24 97.96 180.61 -
System Red Green Blue C M Y K H S L
Decimal 223 122 96 0 0.45 0.57 0.13 12.28 0.66 0.63
Hex DF 7A 60 0 2D 39 D C 42 3F
Octal 337 172 140 0 55 71 15 14 102 77
Binary 11011111 1111010 1100000 0 101101 111001 1101 1100 1000010 111111

Color Harmonies of #DF7A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7A60

Black with #DF7A60

Text Example


Text Example

White with #DF7A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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