Html Css Color HEX #DA7462 Terra Cotta

📋 copy color: '#DA7462'

red 218 ◦ green 116 ◦ blue 98

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

Shades of Terra Cotta #DA7462

Tints of Terra Cotta #DA7462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.85%

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

R = 50.46%
G = 26.85%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA7462 (or 0xDA7462) is known color: Terra Cotta. HEX triplet: DA, 74 and 62. RGB value is (218,116,98). Sum of RGB (Red+Green+Blue) = 218+116+98=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7462 is #258B9D. Grayscale: #909090. Windows color (decimal): -2460574 or 6452442. OLE color: 6452442.

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

Color convert

RGB 218 116 98 -
CMYK 0 0.47 0.55 0.15
HSL 0.62% 0.62% -
HSV(B) 0.55% 0.85% -
XYZ 37.36 28.28 15.04 -
YUV 144.45 101.79 180.46 -
System Red Green Blue C M Y K H S L
Decimal 218 116 98 0 0.47 0.55 0.15 9 0.62 0.62
Hex DA 74 62 0 2F 37 F 9 3E 3E
Octal 332 164 142 0 57 67 17 11 76 76
Binary 11011010 1110100 1100010 0 101111 110111 1111 1001 111110 111110

Color Harmonies of #DA7462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7462

Black with #DA7462

Text Example


Text Example

White with #DA7462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7462; }

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

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

background-color css

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

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

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

border-color css

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

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

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