Html Css Color HEX #DB6E62 Terra Cotta

📋 copy color: '#DB6E62'

red 219 ◦ green 110 ◦ blue 98

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

Shades of Terra Cotta #DB6E62

Tints of Terra Cotta #DB6E62

RGB

 RED value IS 219 (85.94% from 255) = 51.29%

 GREEN value IS 110 (43.36% from 255) = 25.76%

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

R = 51.29%
G = 25.76%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB6E62 (or 0xDB6E62) is known color: Terra Cotta. HEX triplet: DB, 6E and 62. RGB value is (219,110,98). Sum of RGB (Red+Green+Blue) = 219+110+98=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6E62 is #24919D. Grayscale: #8D8D8D. Windows color (decimal): -2396574 or 6450907. OLE color: 6450907.

HSL color Cylindrical-coordinate representation of color #DB6E62: hue angle of 5.95º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB6E62 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 110 98 -
CMYK 0 0.50 0.55 0.14
HSL 5.95º 0.63% 0.62% -
HSV(B) 5.95º 0.55% 0.86% -
XYZ 36.99 27.09 14.84 -
YUV 141.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 219 110 98 0 0.50 0.55 0.14 5.95 0.63 0.62
Hex DB 6E 62 0 32 37 E 6 3F 3E
Octal 333 156 142 0 62 67 16 6 77 76
Binary 11011011 1101110 1100010 0 110010 110111 1110 110 111111 111110

Color Harmonies of #DB6E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6E62

Black with #DB6E62

Text Example


Text Example

White with #DB6E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6E62; }

 p { color: rgb(219,110,98); }

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

background-color css

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

 a { background-color: rgb(219,110,98); }

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

border-color css

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

 span { border-color: rgb(219,110,98); }

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