Html Css Color HEX #DF7461 Terra Cotta

📋 copy color: '#DF7461'

red 223 ◦ green 116 ◦ blue 97

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

Shades of Terra Cotta #DF7461

Tints of Terra Cotta #DF7461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.61%

 BLUE value IS 97 (38.28% from 255) = 22.25%

R = 51.15%
G = 26.61%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF7461 (or 0xDF7461) is known color: Terra Cotta. HEX triplet: DF, 74 and 61. RGB value is (223,116,97). Sum of RGB (Red+Green+Blue) = 223+116+97=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7461 is #208B9E. Grayscale: #929292. Windows color (decimal): -2132895 or 6386911. OLE color: 6386911.

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

Color convert

RGB 223 116 97 -
CMYK 0 0.48 0.57 0.13
HSL 9.05º 0.66% 0.63% -
HSV(B) 9.05º 0.57% 0.87% -
XYZ 38.83 29.04 14.87 -
YUV 145.83 100.45 183.04 -
System Red Green Blue C M Y K H S L
Decimal 223 116 97 0 0.48 0.57 0.13 9.05 0.66 0.63
Hex DF 74 61 0 30 39 D 9 42 3F
Octal 337 164 141 0 60 71 15 11 102 77
Binary 11011111 1110100 1100001 0 110000 111001 1101 1001 1000010 111111

Color Harmonies of #DF7461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7461

Black with #DF7461

Text Example


Text Example

White with #DF7461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7461; }

 p { color: rgb(223,116,97); }

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

background-color css

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

 a { background-color: rgb(223,116,97); }

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

border-color css

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

 span { border-color: rgb(223,116,97); }

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