Html Css Color HEX #DA7A65 Terra Cotta

📋 copy color: '#DA7A65'

red 218 ◦ green 122 ◦ blue 101

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

Shades of Terra Cotta #DA7A65

Tints of Terra Cotta #DA7A65

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.66%

 BLUE value IS 101 (39.84% from 255) = 22.9%

R = 49.43%
G = 27.66%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA7A65 (or 0xDA7A65) is known color: Terra Cotta. HEX triplet: DA, 7A and 65. RGB value is (218,122,101). Sum of RGB (Red+Green+Blue) = 218+122+101=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7A65 is #25859A. Grayscale: #949494. Windows color (decimal): -2459035 or 6650586. OLE color: 6650586.

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

Color convert

RGB 218 122 101 -
CMYK 0 0.44 0.54 0.15
HSL 10.77º 0.61% 0.63% -
HSV(B) 10.77º 0.54% 0.85% -
XYZ 38.22 29.76 16.04 -
YUV 148.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 218 122 101 0 0.44 0.54 0.15 10.77 0.61 0.63
Hex DA 7A 65 0 2C 36 F B 3D 3F
Octal 332 172 145 0 54 66 17 13 75 77
Binary 11011010 1111010 1100101 0 101100 110110 1111 1011 111101 111111

Color Harmonies of #DA7A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7A65

Black with #DA7A65

Text Example


Text Example

White with #DA7A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7A65; }

 p { color: rgb(218,122,101); }

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

background-color css

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

 a { background-color: rgb(218,122,101); }

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

border-color css

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

 span { border-color: rgb(218,122,101); }

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