Html Css Color HEX #DA7055 Terra Cotta

📋 copy color: '#DA7055'

red 218 ◦ green 112 ◦ blue 85

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

Shades of Terra Cotta #DA7055

Tints of Terra Cotta #DA7055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.48%

R = 52.53%
G = 26.99%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA7055 (or 0xDA7055) is known color: Terra Cotta. HEX triplet: DA, 70 and 55. RGB value is (218,112,85). Sum of RGB (Red+Green+Blue) = 218+112+85=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7055 is #258FAA. Grayscale: #8C8C8C. Windows color (decimal): -2461611 or 5599450. OLE color: 5599450.

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

Color convert

RGB 218 112 85 -
CMYK 0 0.49 0.61 0.15
HSL 12.18º 0.64% 0.59% -
HSV(B) 12.18º 0.61% 0.85% -
XYZ 36.35 27.15 11.92 -
YUV 140.62 96.62 183.2 -
System Red Green Blue C M Y K H S L
Decimal 218 112 85 0 0.49 0.61 0.15 12.18 0.64 0.59
Hex DA 70 55 0 31 3D F C 40 3B
Octal 332 160 125 0 61 75 17 14 100 73
Binary 11011010 1110000 1010101 0 110001 111101 1111 1100 1000000 111011

Color Harmonies of #DA7055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7055

Black with #DA7055

Text Example


Text Example

White with #DA7055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7055; }

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

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

background-color css

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

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

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

border-color css

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

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

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