#DA765B

Color #DA765B Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #DA765B

Tints of Terra Cotta #DA765B

Color information

#DA765B (or 0xDA765B) is unknown color: approx Terra Cotta. HEX triplet: DA, 76 and 5B. RGB value is (218,118,91). Sum of RGB (Red+Green+Blue) = 218+118+91=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA765B is #2589A4. Grayscale: #919191. Windows color (decimal): -2460069 or 5994202. OLE color: 5994202.

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

Color convert

RGB21811891-
CMYK00.460.580.15
HSL12.76º63.18%60.59%-
HSV(B)12.76º58.26%85.49%-
XYZ37.2828.6213.46-
YUV144.8297.63180.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.05%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 91 (35.94% from 255) = 21.31%
R=51.05%
G=27.63%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181189100.460.580.1512.7663.1860.59
HexDA765B02E3AFd3f3d
Octal3321661330567217157775
Binary1101101011101101011011010111011101011111101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA765B; }

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

 H1.HeaderClassName
 {
   color: #DA765B;
 }
 .AnyTagClassName
 {
   color: #DA765B;
 }
</style>
background-color css

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

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

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

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

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

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