Html Css Color HEX #DA7062 Terra Cotta

📋 copy color: '#DA7062'

red 218 ◦ green 112 ◦ blue 98

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

Shades of Terra Cotta #DA7062

Tints of Terra Cotta #DA7062

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.17%

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

R = 50.93%
G = 26.17%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA7062 (or 0xDA7062) is known color: Terra Cotta. HEX triplet: DA, 70 and 62. RGB value is (218,112,98). Sum of RGB (Red+Green+Blue) = 218+112+98=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7062 is #258F9D. Grayscale: #8E8E8E. Windows color (decimal): -2461598 or 6451418. OLE color: 6451418.

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

Color convert

RGB 218 112 98 -
CMYK 0 0.49 0.55 0.15
HSL 0.62% 0.62% -
HSV(B) 0.55% 0.85% -
XYZ 36.91 27.38 14.89 -
YUV 142.1 103.12 182.14 -
System Red Green Blue C M Y K H S L
Decimal 218 112 98 0 0.49 0.55 0.15 7 0.62 0.62
Hex DA 70 62 0 31 37 F 7 3E 3E
Octal 332 160 142 0 61 67 17 7 76 76
Binary 11011010 1110000 1100010 0 110001 110111 1111 111 111110 111110

Color Harmonies of #DA7062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7062

Black with #DA7062

Text Example


Text Example

White with #DA7062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7062; }

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

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

background-color css

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

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

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

border-color css

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

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

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