Html Css Color HEX #DA7762 Terra Cotta

📋 copy color: '#DA7762'

red 218 ◦ green 119 ◦ blue 98

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

Shades of Terra Cotta #DA7762

Tints of Terra Cotta #DA7762

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.36%

 BLUE value IS 98 (38.67% from 255) = 22.53%

R = 50.11%
G = 27.36%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA7762 (or 0xDA7762) is known color: Terra Cotta. HEX triplet: DA, 77 and 62. RGB value is (218,119,98). Sum of RGB (Red+Green+Blue) = 218+119+98=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7762 is #25889D. Grayscale: #929292. Windows color (decimal): -2459806 or 6453210. OLE color: 6453210.

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

Color convert

RGB 218 119 98 -
CMYK 0 0.45 0.55 0.15
HSL 10.5º 0.62% 0.62% -
HSV(B) 10.5º 0.55% 0.85% -
XYZ 37.71 28.98 15.16 -
YUV 146.21 100.8 179.21 -
System Red Green Blue C M Y K H S L
Decimal 218 119 98 0 0.45 0.55 0.15 10.5 0.62 0.62
Hex DA 77 62 0 2D 37 F A 3E 3E
Octal 332 167 142 0 55 67 17 12 76 76
Binary 11011010 1110111 1100010 0 101101 110111 1111 1010 111110 111110

Color Harmonies of #DA7762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7762

Black with #DA7762

Text Example


Text Example

White with #DA7762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7762; }

 p { color: rgb(218,119,98); }

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

background-color css

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

 a { background-color: rgb(218,119,98); }

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

border-color css

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

 span { border-color: rgb(218,119,98); }

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