Html Css Color HEX #DF7162 Terra Cotta

📋 copy color: '#DF7162'

red 223 ◦ green 113 ◦ blue 98

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

Shades of Terra Cotta #DF7162

Tints of Terra Cotta #DF7162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.58%

R = 51.38%
G = 26.04%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DF7162 (or 0xDF7162) is known color: Terra Cotta. HEX triplet: DF, 71 and 62. RGB value is (223,113,98). Sum of RGB (Red+Green+Blue) = 223+113+98=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7162 is #208E9D. Grayscale: #909090. Windows color (decimal): -2133662 or 6451679. OLE color: 6451679.

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

Color convert

RGB 223 113 98 -
CMYK 0 0.49 0.56 0.13
HSL 7.2º 0.66% 0.63% -
HSV(B) 7.2º 0.56% 0.87% -
XYZ 38.54 28.38 15 -
YUV 144.18 101.94 184.22 -
System Red Green Blue C M Y K H S L
Decimal 223 113 98 0 0.49 0.56 0.13 7.2 0.66 0.63
Hex DF 71 62 0 31 38 D 7 42 3F
Octal 337 161 142 0 61 70 15 7 102 77
Binary 11011111 1110001 1100010 0 110001 111000 1101 111 1000010 111111

Color Harmonies of #DF7162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7162

Black with #DF7162

Text Example


Text Example

White with #DF7162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7162; }

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

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

background-color css

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

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

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

border-color css

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

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

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