Html Css Color HEX #DA7068 Terra Cotta

📋 copy color: '#DA7068'

red 218 ◦ green 112 ◦ blue 104

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

Shades of Terra Cotta #DA7068

Tints of Terra Cotta #DA7068

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.81%

 BLUE value IS 104 (41.02% from 255) = 23.96%

R = 50.23%
G = 25.81%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA7068 (or 0xDA7068) is known color: Terra Cotta. HEX triplet: DA, 70 and 68. RGB value is (218,112,104). Sum of RGB (Red+Green+Blue) = 218+112+104=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7068 is #258F97. Grayscale: #8E8E8E. Windows color (decimal): -2461592 or 6844634. OLE color: 6844634.

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

Color convert

RGB 218 112 104 -
CMYK 0 0.49 0.52 0.15
HSL 4.21º 0.61% 0.63% -
HSV(B) 4.21º 0.52% 0.85% -
XYZ 37.21 27.49 16.44 -
YUV 142.78 106.12 181.65 -
System Red Green Blue C M Y K H S L
Decimal 218 112 104 0 0.49 0.52 0.15 4.21 0.61 0.63
Hex DA 70 68 0 31 34 F 4 3D 3F
Octal 332 160 150 0 61 64 17 4 75 77
Binary 11011010 1110000 1101000 0 110001 110100 1111 100 111101 111111

Color Harmonies of #DA7068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7068

Black with #DA7068

Text Example


Text Example

White with #DA7068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7068; }

 p { color: rgb(218,112,104); }

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

background-color css

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

 a { background-color: rgb(218,112,104); }

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

border-color css

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

 span { border-color: rgb(218,112,104); }

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