Html Css Color HEX #DF6E69 Terra Cotta

📋 copy color: '#DF6E69'

red 223 ◦ green 110 ◦ blue 105

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

Shades of Terra Cotta #DF6E69

Tints of Terra Cotta #DF6E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.97%

R = 50.91%
G = 25.11%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF6E69 (or 0xDF6E69) is known color: Terra Cotta. HEX triplet: DF, 6E and 69. RGB value is (223,110,105). Sum of RGB (Red+Green+Blue) = 223+110+105=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6E69 is #209196. Grayscale: #8F8F8F. Windows color (decimal): -2134423 or 6909663. OLE color: 6909663.

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

Color convert

RGB 223 110 105 -
CMYK 0 0.51 0.53 0.13
HSL 2.54º 0.65% 0.64% -
HSV(B) 2.54º 0.53% 0.87% -
XYZ 38.56 27.86 16.71 -
YUV 143.22 106.44 184.91 -
System Red Green Blue C M Y K H S L
Decimal 223 110 105 0 0.51 0.53 0.13 2.54 0.65 0.64
Hex DF 6E 69 0 33 35 D 3 41 40
Octal 337 156 151 0 63 65 15 3 101 100
Binary 11011111 1101110 1101001 0 110011 110101 1101 11 1000001 1000000

Color Harmonies of #DF6E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6E69

Black with #DF6E69

Text Example


Text Example

White with #DF6E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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