Html Css Color HEX #DA7B60 Terra Cotta

📋 copy color: '#DA7B60'

red 218 ◦ green 123 ◦ blue 96

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

Shades of Terra Cotta #DA7B60

Tints of Terra Cotta #DA7B60

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.15%

 BLUE value IS 96 (37.89% from 255) = 21.97%

R = 49.89%
G = 28.15%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA7B60 (or 0xDA7B60) is known color: Terra Cotta. HEX triplet: DA, 7B and 60. RGB value is (218,123,96). Sum of RGB (Red+Green+Blue) = 218+123+96=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B60 is #25849F. Grayscale: #949494. Windows color (decimal): -2458784 or 6323162. OLE color: 6323162.

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

Color convert

RGB 218 123 96 -
CMYK 0 0.44 0.56 0.15
HSL 13.28º 0.62% 0.62% -
HSV(B) 13.28º 0.56% 0.85% -
XYZ 38.11 29.92 14.83 -
YUV 148.33 98.47 177.7 -
System Red Green Blue C M Y K H S L
Decimal 218 123 96 0 0.44 0.56 0.15 13.28 0.62 0.62
Hex DA 7B 60 0 2C 38 F D 3E 3E
Octal 332 173 140 0 54 70 17 15 76 76
Binary 11011010 1111011 1100000 0 101100 111000 1111 1101 111110 111110

Color Harmonies of #DA7B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7B60

Black with #DA7B60

Text Example


Text Example

White with #DA7B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7B60; }

 p { color: rgb(218,123,96); }

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

background-color css

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

 a { background-color: rgb(218,123,96); }

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

border-color css

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

 span { border-color: rgb(218,123,96); }

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