Html Css Color HEX #DA765A Terra Cotta

📋 copy color: '#DA765A'

red 218 ◦ green 118 ◦ blue 90

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

Shades of Terra Cotta #DA765A

Tints of Terra Cotta #DA765A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.7%

 BLUE value IS 90 (35.55% from 255) = 21.13%

R = 51.17%
G = 27.7%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA765A (or 0xDA765A) is known color: Terra Cotta. HEX triplet: DA, 76 and 5A. RGB value is (218,118,90). Sum of RGB (Red+Green+Blue) = 218+118+90=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA765A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA765A is #2589A5. Grayscale: #909090. Windows color (decimal): -2460070 or 5928666. OLE color: 5928666.

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

Color convert

RGB 218 118 90 -
CMYK 0 0.46 0.59 0.15
HSL 13.13º 0.63% 0.6% -
HSV(B) 13.13º 0.59% 0.85% -
XYZ 37.24 28.6 13.23 -
YUV 144.71 97.13 180.28 -
System Red Green Blue C M Y K H S L
Decimal 218 118 90 0 0.46 0.59 0.15 13.13 0.63 0.6
Hex DA 76 5A 0 2E 3B F D 3F 3C
Octal 332 166 132 0 56 73 17 15 77 74
Binary 11011010 1110110 1011010 0 101110 111011 1111 1101 111111 111100

Color Harmonies of #DA765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA765A

Black with #DA765A

Text Example


Text Example

White with #DA765A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA765A; }

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

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

background-color css

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

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

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

border-color css

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

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

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