Html Css Color HEX #DB6F66 Terra Cotta

📋 copy color: '#DB6F66'

red 219 ◦ green 111 ◦ blue 102

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

Shades of Terra Cotta #DB6F66

Tints of Terra Cotta #DB6F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.61%

R = 50.69%
G = 25.69%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB6F66 (or 0xDB6F66) is known color: Terra Cotta. HEX triplet: DB, 6F and 66. RGB value is (219,111,102). Sum of RGB (Red+Green+Blue) = 219+111+102=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F66 is #249099. Grayscale: #8E8E8E. Windows color (decimal): -2396314 or 6713307. OLE color: 6713307.

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

Color convert

RGB 219 111 102 -
CMYK 0 0.49 0.53 0.14
HSL 4.62º 0.62% 0.63% -
HSV(B) 4.62º 0.53% 0.86% -
XYZ 37.3 27.39 15.89 -
YUV 142.27 105.28 182.73 -
System Red Green Blue C M Y K H S L
Decimal 219 111 102 0 0.49 0.53 0.14 4.62 0.62 0.63
Hex DB 6F 66 0 31 35 E 5 3E 3F
Octal 333 157 146 0 61 65 16 5 76 77
Binary 11011011 1101111 1100110 0 110001 110101 1110 101 111110 111111

Color Harmonies of #DB6F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F66

Black with #DB6F66

Text Example


Text Example

White with #DB6F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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