Html Css Color HEX #DB6F51 Terra Cotta

📋 copy color: '#DB6F51'

red 219 ◦ green 111 ◦ blue 81

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

Shades of Terra Cotta #DB6F51

Tints of Terra Cotta #DB6F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.71%

R = 53.28%
G = 27.01%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB6F51 (or 0xDB6F51) is known color: Terra Cotta. HEX triplet: DB, 6F and 51. RGB value is (219,111,81). Sum of RGB (Red+Green+Blue) = 219+111+81=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F51 is #2490AE. Grayscale: #8C8C8C. Windows color (decimal): -2396335 or 5337051. OLE color: 5337051.

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

Color convert

RGB 219 111 81 -
CMYK 0 0.49 0.63 0.14
HSL 13.04º 0.66% 0.59% -
HSV(B) 13.04º 0.63% 0.86% -
XYZ 36.38 27.02 11.08 -
YUV 139.87 94.78 184.44 -
System Red Green Blue C M Y K H S L
Decimal 219 111 81 0 0.49 0.63 0.14 13.04 0.66 0.59
Hex DB 6F 51 0 31 3F E D 42 3B
Octal 333 157 121 0 61 77 16 15 102 73
Binary 11011011 1101111 1010001 0 110001 111111 1110 1101 1000010 111011

Color Harmonies of #DB6F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F51

Black with #DB6F51

Text Example


Text Example

White with #DB6F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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