Html Css Color HEX #DA7468 Terra Cotta

📋 copy color: '#DA7468'

red 218 ◦ green 116 ◦ blue 104

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

Shades of Terra Cotta #DA7468

Tints of Terra Cotta #DA7468

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.48%

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

R = 49.77%
G = 26.48%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA7468 (or 0xDA7468) is known color: Terra Cotta. HEX triplet: DA, 74 and 68. RGB value is (218,116,104). Sum of RGB (Red+Green+Blue) = 218+116+104=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7468 is #258B97. Grayscale: #919191. Windows color (decimal): -2460568 or 6845658. OLE color: 6845658.

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

Color convert

RGB 218 116 104 -
CMYK 0 0.47 0.52 0.15
HSL 6.32º 0.61% 0.63% -
HSV(B) 6.32º 0.52% 0.85% -
XYZ 37.66 28.4 16.59 -
YUV 145.13 104.79 179.98 -
System Red Green Blue C M Y K H S L
Decimal 218 116 104 0 0.47 0.52 0.15 6.32 0.61 0.63
Hex DA 74 68 0 2F 34 F 6 3D 3F
Octal 332 164 150 0 57 64 17 6 75 77
Binary 11011010 1110100 1101000 0 101111 110100 1111 110 111101 111111

Color Harmonies of #DA7468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7468

Black with #DA7468

Text Example


Text Example

White with #DA7468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7468; }

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

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

background-color css

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

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

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

border-color css

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

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

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