Html Css Color HEX #DA7163 Terra Cotta

📋 copy color: '#DA7163'

red 218 ◦ green 113 ◦ blue 99

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

Shades of Terra Cotta #DA7163

Tints of Terra Cotta #DA7163

RGB

 RED value IS 218 (85.55% from 255) = 50.7%

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

 BLUE value IS 99 (39.06% from 255) = 23.02%

R = 50.7%
G = 26.28%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA7163 (or 0xDA7163) is known color: Terra Cotta. HEX triplet: DA, 71 and 63. RGB value is (218,113,99). Sum of RGB (Red+Green+Blue) = 218+113+99=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7163 is #258E9C. Grayscale: #8E8E8E. Windows color (decimal): -2461341 or 6517210. OLE color: 6517210.

HSL color Cylindrical-coordinate representation of color #DA7163: hue angle of 7.06º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA7163 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 113 99 -
CMYK 0 0.48 0.55 0.15
HSL 7.06º 0.62% 0.62% -
HSV(B) 7.06º 0.55% 0.85% -
XYZ 37.07 27.62 15.18 -
YUV 142.8 103.29 181.64 -
System Red Green Blue C M Y K H S L
Decimal 218 113 99 0 0.48 0.55 0.15 7.06 0.62 0.62
Hex DA 71 63 0 30 37 F 7 3E 3E
Octal 332 161 143 0 60 67 17 7 76 76
Binary 11011010 1110001 1100011 0 110000 110111 1111 111 111110 111110

Color Harmonies of #DA7163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7163

Black with #DA7163

Text Example


Text Example

White with #DA7163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7163; }

 p { color: rgb(218,113,99); }

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

background-color css

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

 a { background-color: rgb(218,113,99); }

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

border-color css

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

 span { border-color: rgb(218,113,99); }

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