Html Css Color HEX #DB6F63 Terra Cotta

📋 copy color: '#DB6F63'

red 219 ◦ green 111 ◦ blue 99

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

Shades of Terra Cotta #DB6F63

Tints of Terra Cotta #DB6F63

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.87%

 BLUE value IS 99 (39.06% from 255) = 23.08%

R = 51.05%
G = 25.87%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB6F63 (or 0xDB6F63) is known color: Terra Cotta. HEX triplet: DB, 6F and 63. RGB value is (219,111,99). Sum of RGB (Red+Green+Blue) = 219+111+99=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F63 is #24909C. Grayscale: #8E8E8E. Windows color (decimal): -2396317 or 6516699. OLE color: 6516699.

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

Color convert

RGB 219 111 99 -
CMYK 0 0.49 0.55 0.14
HSL 0.63% 0.62% -
HSV(B) 0.55% 0.86% -
XYZ 37.15 27.33 15.12 -
YUV 141.92 103.78 182.98 -
System Red Green Blue C M Y K H S L
Decimal 219 111 99 0 0.49 0.55 0.14 6 0.63 0.62
Hex DB 6F 63 0 31 37 E 6 3E 3E
Octal 333 157 143 0 61 67 16 6 76 76
Binary 11011011 1101111 1100011 0 110001 110111 1110 110 111110 111110

Color Harmonies of #DB6F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F63

Black with #DB6F63

Text Example


Text Example

White with #DB6F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F63; }

 p { color: rgb(219,111,99); }

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

background-color css

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

 a { background-color: rgb(219,111,99); }

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

border-color css

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

 span { border-color: rgb(219,111,99); }

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