Html Css Color HEX #DA7655 Terra Cotta

📋 copy color: '#DA7655'

red 218 ◦ green 118 ◦ blue 85

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

Shades of Terra Cotta #DA7655

Tints of Terra Cotta #DA7655

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.03%

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

R = 51.78%
G = 28.03%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA7655 (or 0xDA7655) is known color: Terra Cotta. HEX triplet: DA, 76 and 55. RGB value is (218,118,85). Sum of RGB (Red+Green+Blue) = 218+118+85=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7655 is #2589AA. Grayscale: #909090. Windows color (decimal): -2460075 or 5600986. OLE color: 5600986.

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

Color convert

RGB 218 118 85 -
CMYK 0 0.46 0.61 0.15
HSL 14.89º 0.64% 0.59% -
HSV(B) 14.89º 0.61% 0.85% -
XYZ 37.03 28.52 12.15 -
YUV 144.14 94.63 180.68 -
System Red Green Blue C M Y K H S L
Decimal 218 118 85 0 0.46 0.61 0.15 14.89 0.64 0.59
Hex DA 76 55 0 2E 3D F F 40 3B
Octal 332 166 125 0 56 75 17 17 100 73
Binary 11011010 1110110 1010101 0 101110 111101 1111 1111 1000000 111011

Color Harmonies of #DA7655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7655

Black with #DA7655

Text Example


Text Example

White with #DA7655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7655; }

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

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

background-color css

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

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

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

border-color css

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

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

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