Html Css Color HEX #DA6D61 Terra Cotta

📋 copy color: '#DA6D61'

red 218 ◦ green 109 ◦ blue 97

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

Shades of Terra Cotta #DA6D61

Tints of Terra Cotta #DA6D61

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.71%

 BLUE value IS 97 (38.28% from 255) = 22.88%

R = 51.42%
G = 25.71%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA6D61 (or 0xDA6D61) is known color: Terra Cotta. HEX triplet: DA, 6D and 61. RGB value is (218,109,97). Sum of RGB (Red+Green+Blue) = 218+109+97=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6D61 is #25929E. Grayscale: #8C8C8C. Windows color (decimal): -2462367 or 6385114. OLE color: 6385114.

HSL color Cylindrical-coordinate representation of color #DA6D61: hue angle of 5.95º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6D61 is Cyan = 0, Magento = 0.5, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 109 97 -
CMYK 0 0.5 0.56 0.15
HSL 5.95º 0.62% 0.62% -
HSV(B) 5.95º 0.56% 0.85% -
XYZ 36.54 26.71 14.54 -
YUV 140.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 218 109 97 0 0.5 0.56 0.15 5.95 0.62 0.62
Hex DA 6D 61 0 32 38 F 6 3E 3E
Octal 332 155 141 0 62 70 17 6 76 76
Binary 11011010 1101101 1100001 0 110010 111000 1111 110 111110 111110

Color Harmonies of #DA6D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6D61

Black with #DA6D61

Text Example


Text Example

White with #DA6D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6D61; }

 p { color: rgb(218,109,97); }

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

background-color css

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

 a { background-color: rgb(218,109,97); }

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

border-color css

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

 span { border-color: rgb(218,109,97); }

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