Html Css Color HEX #DF6E64 Terra Cotta

📋 copy color: '#DF6E64'

red 223 ◦ green 110 ◦ blue 100

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

Shades of Terra Cotta #DF6E64

Tints of Terra Cotta #DF6E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.09%

R = 51.5%
G = 25.4%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF6E64 (or 0xDF6E64) is known color: Terra Cotta. HEX triplet: DF, 6E and 64. RGB value is (223,110,100). Sum of RGB (Red+Green+Blue) = 223+110+100=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6E64 is #20919B. Grayscale: #8E8E8E. Windows color (decimal): -2134428 or 6581983. OLE color: 6581983.

HSL color Cylindrical-coordinate representation of color #DF6E64: hue angle of 4.88º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6E64 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 110 100 -
CMYK 0 0.51 0.55 0.13
HSL 4.88º 0.66% 0.63% -
HSV(B) 4.88º 0.55% 0.87% -
XYZ 38.31 27.76 15.4 -
YUV 142.65 103.94 185.31 -
System Red Green Blue C M Y K H S L
Decimal 223 110 100 0 0.51 0.55 0.13 4.88 0.66 0.63
Hex DF 6E 64 0 33 37 D 5 42 3F
Octal 337 156 144 0 63 67 15 5 102 77
Binary 11011111 1101110 1100100 0 110011 110111 1101 101 1000010 111111

Color Harmonies of #DF6E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6E64

Black with #DF6E64

Text Example


Text Example

White with #DF6E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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