Html Css Color HEX #DA6F63 Terra Cotta

📋 copy color: '#DA6F63'

red 218 ◦ green 111 ◦ blue 99

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

Shades of Terra Cotta #DA6F63

Tints of Terra Cotta #DA6F63

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.93%

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

R = 50.93%
G = 25.93%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA6F63 (or 0xDA6F63) is known color: Terra Cotta. HEX triplet: DA, 6F and 63. RGB value is (218,111,99). Sum of RGB (Red+Green+Blue) = 218+111+99=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6F63 is #25909C. Grayscale: #8D8D8D. Windows color (decimal): -2461853 or 6516698. OLE color: 6516698.

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

Color convert

RGB 218 111 99 -
CMYK 0 0.49 0.55 0.15
HSL 6.05º 0.62% 0.62% -
HSV(B) 6.05º 0.55% 0.85% -
XYZ 36.85 27.18 15.11 -
YUV 141.63 103.95 182.48 -
System Red Green Blue C M Y K H S L
Decimal 218 111 99 0 0.49 0.55 0.15 6.05 0.62 0.62
Hex DA 6F 63 0 31 37 F 6 3E 3E
Octal 332 157 143 0 61 67 17 6 76 76
Binary 11011010 1101111 1100011 0 110001 110111 1111 110 111110 111110

Color Harmonies of #DA6F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F63

Black with #DA6F63

Text Example


Text Example

White with #DA6F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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