Html Css Color HEX #DA6F66 Terra Cotta

📋 copy color: '#DA6F66'

red 218 ◦ green 111 ◦ blue 102

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

Shades of Terra Cotta #DA6F66

Tints of Terra Cotta #DA6F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.67%

R = 50.58%
G = 25.75%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA6F66 (or 0xDA6F66) is known color: Terra Cotta. HEX triplet: DA, 6F and 66. RGB value is (218,111,102). Sum of RGB (Red+Green+Blue) = 218+111+102=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6F66 is #259099. Grayscale: #8E8E8E. Windows color (decimal): -2461850 or 6713306. OLE color: 6713306.

HSL color Cylindrical-coordinate representation of color #DA6F66: hue angle of 4.66º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA6F66 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 111 102 -
CMYK 0 0.49 0.53 0.15
HSL 4.66º 0.61% 0.63% -
HSV(B) 4.66º 0.53% 0.85% -
XYZ 37 27.23 15.88 -
YUV 141.97 105.45 182.23 -
System Red Green Blue C M Y K H S L
Decimal 218 111 102 0 0.49 0.53 0.15 4.66 0.61 0.63
Hex DA 6F 66 0 31 35 F 5 3D 3F
Octal 332 157 146 0 61 65 17 5 75 77
Binary 11011010 1101111 1100110 0 110001 110101 1111 101 111101 111111

Color Harmonies of #DA6F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F66

Black with #DA6F66

Text Example


Text Example

White with #DA6F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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