Html Css Color HEX #DA7566 Terra Cotta

📋 copy color: '#DA7566'

red 218 ◦ green 117 ◦ blue 102

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

Shades of Terra Cotta #DA7566

Tints of Terra Cotta #DA7566

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.77%

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

R = 49.89%
G = 26.77%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA7566 (or 0xDA7566) is known color: Terra Cotta. HEX triplet: DA, 75 and 66. RGB value is (218,117,102). Sum of RGB (Red+Green+Blue) = 218+117+102=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7566 is #258A99. Grayscale: #919191. Windows color (decimal): -2460314 or 6714842. OLE color: 6714842.

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

Color convert

RGB 218 117 102 -
CMYK 0 0.46 0.53 0.15
HSL 7.76º 0.61% 0.63% -
HSV(B) 7.76º 0.53% 0.85% -
XYZ 37.67 28.59 16.1 -
YUV 145.49 103.46 179.72 -
System Red Green Blue C M Y K H S L
Decimal 218 117 102 0 0.46 0.53 0.15 7.76 0.61 0.63
Hex DA 75 66 0 2E 35 F 8 3D 3F
Octal 332 165 146 0 56 65 17 10 75 77
Binary 11011010 1110101 1100110 0 101110 110101 1111 1000 111101 111111

Color Harmonies of #DA7566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7566

Black with #DA7566

Text Example


Text Example

White with #DA7566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7566; }

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

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

background-color css

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

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

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

border-color css

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

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

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