Html Css Color HEX #DA6E63 Terra Cotta

📋 copy color: '#DA6E63'

red 218 ◦ green 110 ◦ blue 99

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

Shades of Terra Cotta #DA6E63

Tints of Terra Cotta #DA6E63

RGB

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

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

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

R = 51.05%
G = 25.76%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA6E63 (or 0xDA6E63) is known color: Terra Cotta. HEX triplet: DA, 6E and 63. RGB value is (218,110,99). Sum of RGB (Red+Green+Blue) = 218+110+99=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6E63 is #25919C. Grayscale: #8D8D8D. Windows color (decimal): -2462109 or 6516442. OLE color: 6516442.

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

Color convert

RGB 218 110 99 -
CMYK 0 0.50 0.55 0.15
HSL 5.55º 0.62% 0.62% -
HSV(B) 5.55º 0.55% 0.85% -
XYZ 36.74 26.96 15.07 -
YUV 141.04 104.28 182.89 -
System Red Green Blue C M Y K H S L
Decimal 218 110 99 0 0.50 0.55 0.15 5.55 0.62 0.62
Hex DA 6E 63 0 32 37 F 6 3E 3E
Octal 332 156 143 0 62 67 17 6 76 76
Binary 11011010 1101110 1100011 0 110010 110111 1111 110 111110 111110

Color Harmonies of #DA6E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6E63

Black with #DA6E63

Text Example


Text Example

White with #DA6E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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