Html Css Color HEX #DA7562 Terra Cotta

📋 copy color: '#DA7562'

red 218 ◦ green 117 ◦ blue 98

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

Shades of Terra Cotta #DA7562

Tints of Terra Cotta #DA7562

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.02%

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

R = 50.35%
G = 27.02%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA7562 (or 0xDA7562) is known color: Terra Cotta. HEX triplet: DA, 75 and 62. RGB value is (218,117,98). Sum of RGB (Red+Green+Blue) = 218+117+98=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7562 is #258A9D. Grayscale: #919191. Windows color (decimal): -2460318 or 6452698. OLE color: 6452698.

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

Color convert

RGB 218 117 98 -
CMYK 0 0.46 0.55 0.15
HSL 9.5º 0.62% 0.62% -
HSV(B) 9.5º 0.55% 0.85% -
XYZ 37.48 28.51 15.08 -
YUV 145.03 101.46 180.04 -
System Red Green Blue C M Y K H S L
Decimal 218 117 98 0 0.46 0.55 0.15 9.5 0.62 0.62
Hex DA 75 62 0 2E 37 F A 3E 3E
Octal 332 165 142 0 56 67 17 12 76 76
Binary 11011010 1110101 1100010 0 101110 110111 1111 1010 111110 111110

Color Harmonies of #DA7562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7562

Black with #DA7562

Text Example


Text Example

White with #DA7562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7562; }

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

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

background-color css

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

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

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

border-color css

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

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

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