Html Css Color HEX #DF6E61 Terra Cotta

📋 copy color: '#DF6E61'

red 223 ◦ green 110 ◦ blue 97

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

Shades of Terra Cotta #DF6E61

Tints of Terra Cotta #DF6E61

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.58%

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

R = 51.86%
G = 25.58%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF6E61 (or 0xDF6E61) is known color: Terra Cotta. HEX triplet: DF, 6E and 61. RGB value is (223,110,97). Sum of RGB (Red+Green+Blue) = 223+110+97=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6E61 is #20919E. Grayscale: #8E8E8E. Windows color (decimal): -2134431 or 6385375. OLE color: 6385375.

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

Color convert

RGB 223 110 97 -
CMYK 0 0.51 0.57 0.13
HSL 6.19º 0.66% 0.63% -
HSV(B) 6.19º 0.57% 0.87% -
XYZ 38.17 27.7 14.64 -
YUV 142.31 102.44 185.56 -
System Red Green Blue C M Y K H S L
Decimal 223 110 97 0 0.51 0.57 0.13 6.19 0.66 0.63
Hex DF 6E 61 0 33 39 D 6 42 3F
Octal 337 156 141 0 63 71 15 6 102 77
Binary 11011111 1101110 1100001 0 110011 111001 1101 110 1000010 111111

Color Harmonies of #DF6E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6E61

Black with #DF6E61

Text Example


Text Example

White with #DF6E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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