Html Css Color HEX #DA7A66 Terra Cotta

📋 copy color: '#DA7A66'

red 218 ◦ green 122 ◦ blue 102

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

Shades of Terra Cotta #DA7A66

Tints of Terra Cotta #DA7A66

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.6%

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

R = 49.32%
G = 27.6%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA7A66 (or 0xDA7A66) is known color: Terra Cotta. HEX triplet: DA, 7A and 66. RGB value is (218,122,102). Sum of RGB (Red+Green+Blue) = 218+122+102=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7A66 is #258599. Grayscale: #949494. Windows color (decimal): -2459034 or 6716122. OLE color: 6716122.

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

Color convert

RGB 218 122 102 -
CMYK 0 0.44 0.53 0.15
HSL 10.34º 0.61% 0.63% -
HSV(B) 10.34º 0.53% 0.85% -
XYZ 38.27 29.78 16.3 -
YUV 148.42 101.8 177.63 -
System Red Green Blue C M Y K H S L
Decimal 218 122 102 0 0.44 0.53 0.15 10.34 0.61 0.63
Hex DA 7A 66 0 2C 35 F A 3D 3F
Octal 332 172 146 0 54 65 17 12 75 77
Binary 11011010 1111010 1100110 0 101100 110101 1111 1010 111101 111111

Color Harmonies of #DA7A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7A66

Black with #DA7A66

Text Example


Text Example

White with #DA7A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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