Html Css Color HEX #DF6E65 Terra Cotta

📋 copy color: '#DF6E65'

red 223 ◦ green 110 ◦ blue 101

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

Shades of Terra Cotta #DF6E65

Tints of Terra Cotta #DF6E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.27%

R = 51.38%
G = 25.35%
B = 23.27%

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

#DF6E65 (or 0xDF6E65) is known color: Terra Cotta. HEX triplet: DF, 6E and 65. RGB value is (223,110,101). Sum of RGB (Red+Green+Blue) = 223+110+101=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6E65 is #20919A. Grayscale: #8E8E8E. Windows color (decimal): -2134427 or 6647519. OLE color: 6647519.

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

Color convert

RGB 223 110 101 -
CMYK 0 0.51 0.55 0.13
HSL 4.43º 0.66% 0.64% -
HSV(B) 4.43º 0.55% 0.87% -
XYZ 38.36 27.78 15.65 -
YUV 142.76 104.44 185.23 -
System Red Green Blue C M Y K H S L
Decimal 223 110 101 0 0.51 0.55 0.13 4.43 0.66 0.64
Hex DF 6E 65 0 33 37 D 4 42 40
Octal 337 156 145 0 63 67 15 4 102 100
Binary 11011111 1101110 1100101 0 110011 110111 1101 100 1000010 1000000

Color Harmonies of #DF6E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6E65

Black with #DF6E65

Text Example


Text Example

White with #DF6E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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