Html Css Color HEX #DF7261 Terra Cotta

📋 copy color: '#DF7261'

red 223 ◦ green 114 ◦ blue 97

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

Shades of Terra Cotta #DF7261

Tints of Terra Cotta #DF7261

RGB

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

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

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

R = 51.38%
G = 26.27%
B = 22.35%

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

#DF7261 (or 0xDF7261) is known color: Terra Cotta. HEX triplet: DF, 72 and 61. RGB value is (223,114,97). Sum of RGB (Red+Green+Blue) = 223+114+97=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7261 is #208D9E. Grayscale: #909090. Windows color (decimal): -2133407 or 6386399. OLE color: 6386399.

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

Color convert

RGB 223 114 97 -
CMYK 0 0.49 0.57 0.13
HSL 8.1º 0.66% 0.63% -
HSV(B) 8.1º 0.57% 0.87% -
XYZ 38.61 28.59 14.79 -
YUV 144.65 101.11 183.88 -
System Red Green Blue C M Y K H S L
Decimal 223 114 97 0 0.49 0.57 0.13 8.1 0.66 0.63
Hex DF 72 61 0 31 39 D 8 42 3F
Octal 337 162 141 0 61 71 15 10 102 77
Binary 11011111 1110010 1100001 0 110001 111001 1101 1000 1000010 111111

Color Harmonies of #DF7261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7261

Black with #DF7261

Text Example


Text Example

White with #DF7261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7261; }

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

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

background-color css

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

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

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

border-color css

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

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

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