Html Css Color HEX #DA7A62 Terra Cotta

📋 copy color: '#DA7A62'

red 218 ◦ green 122 ◦ blue 98

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

Shades of Terra Cotta #DA7A62

Tints of Terra Cotta #DA7A62

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.85%

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

R = 49.77%
G = 27.85%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA7A62 (or 0xDA7A62) is known color: Terra Cotta. HEX triplet: DA, 7A and 62. RGB value is (218,122,98). Sum of RGB (Red+Green+Blue) = 218+122+98=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7A62 is #25859D. Grayscale: #949494. Windows color (decimal): -2459038 or 6453978. OLE color: 6453978.

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

Color convert

RGB 218 122 98 -
CMYK 0 0.44 0.55 0.15
HSL 12º 0.62% 0.62% -
HSV(B) 12º 0.55% 0.85% -
XYZ 38.08 29.71 15.28 -
YUV 147.97 99.8 177.95 -
System Red Green Blue C M Y K H S L
Decimal 218 122 98 0 0.44 0.55 0.15 12 0.62 0.62
Hex DA 7A 62 0 2C 37 F C 3E 3E
Octal 332 172 142 0 54 67 17 14 76 76
Binary 11011010 1111010 1100010 0 101100 110111 1111 1100 111110 111110

Color Harmonies of #DA7A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7A62

Black with #DA7A62

Text Example


Text Example

White with #DA7A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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