Html Css Color HEX #DA7263 Terra Cotta

📋 copy color: '#DA7263'

red 218 ◦ green 114 ◦ blue 99

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

Shades of Terra Cotta #DA7263

Tints of Terra Cotta #DA7263

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.45%

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

R = 50.58%
G = 26.45%
B = 22.97%

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

#DA7263 (or 0xDA7263) is known color: Terra Cotta. HEX triplet: DA, 72 and 63. RGB value is (218,114,99). Sum of RGB (Red+Green+Blue) = 218+114+99=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7263 is #258D9C. Grayscale: #8F8F8F. Windows color (decimal): -2461085 or 6517466. OLE color: 6517466.

HSL color Cylindrical-coordinate representation of color #DA7263: hue angle of 7.56º 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 #DA7263 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 114 99 -
CMYK 0 0.48 0.55 0.15
HSL 7.56º 0.62% 0.62% -
HSV(B) 7.56º 0.55% 0.85% -
XYZ 37.18 27.84 15.22 -
YUV 143.39 102.96 181.22 -
System Red Green Blue C M Y K H S L
Decimal 218 114 99 0 0.48 0.55 0.15 7.56 0.62 0.62
Hex DA 72 63 0 30 37 F 8 3E 3E
Octal 332 162 143 0 60 67 17 10 76 76
Binary 11011010 1110010 1100011 0 110000 110111 1111 1000 111110 111110

Color Harmonies of #DA7263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7263

Black with #DA7263

Text Example


Text Example

White with #DA7263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7263; }

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

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

background-color css

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

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

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

border-color css

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

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

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