Html Css Color HEX #DF7166 Terra Cotta

📋 copy color: '#DF7166'

red 223 ◦ green 113 ◦ blue 102

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

Shades of Terra Cotta #DF7166

Tints of Terra Cotta #DF7166

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.8%

 BLUE value IS 102 (40.23% from 255) = 23.29%

R = 50.91%
G = 25.8%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DF7166 (or 0xDF7166) is known color: Terra Cotta. HEX triplet: DF, 71 and 66. RGB value is (223,113,102). Sum of RGB (Red+Green+Blue) = 223+113+102=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7166 is #208E99. Grayscale: #909090. Windows color (decimal): -2133658 or 6713823. OLE color: 6713823.

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

Color convert

RGB 223 113 102 -
CMYK 0 0.49 0.54 0.13
HSL 5.45º 0.65% 0.64% -
HSV(B) 5.45º 0.54% 0.87% -
XYZ 38.73 28.46 16.02 -
YUV 144.64 103.94 183.89 -
System Red Green Blue C M Y K H S L
Decimal 223 113 102 0 0.49 0.54 0.13 5.45 0.65 0.64
Hex DF 71 66 0 31 36 D 5 41 40
Octal 337 161 146 0 61 66 15 5 101 100
Binary 11011111 1110001 1100110 0 110001 110110 1101 101 1000001 1000000

Color Harmonies of #DF7166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7166

Black with #DF7166

Text Example


Text Example

White with #DF7166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7166; }

 p { color: rgb(223,113,102); }

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

background-color css

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

 a { background-color: rgb(223,113,102); }

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

border-color css

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

 span { border-color: rgb(223,113,102); }

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