Html Css Color HEX #DB6F64 Terra Cotta

📋 copy color: '#DB6F64'

red 219 ◦ green 111 ◦ blue 100

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

Shades of Terra Cotta #DB6F64

Tints of Terra Cotta #DB6F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.26%

R = 50.93%
G = 25.81%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB6F64 (or 0xDB6F64) is known color: Terra Cotta. HEX triplet: DB, 6F and 64. RGB value is (219,111,100). Sum of RGB (Red+Green+Blue) = 219+111+100=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F64 is #24909B. Grayscale: #8E8E8E. Windows color (decimal): -2396316 or 6582235. OLE color: 6582235.

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

Color convert

RGB 219 111 100 -
CMYK 0 0.49 0.54 0.14
HSL 5.55º 0.62% 0.63% -
HSV(B) 5.55º 0.54% 0.86% -
XYZ 37.2 27.35 15.37 -
YUV 142.04 104.28 182.89 -
System Red Green Blue C M Y K H S L
Decimal 219 111 100 0 0.49 0.54 0.14 5.55 0.62 0.63
Hex DB 6F 64 0 31 36 E 6 3E 3F
Octal 333 157 144 0 61 66 16 6 76 77
Binary 11011011 1101111 1100100 0 110001 110110 1110 110 111110 111111

Color Harmonies of #DB6F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F64

Black with #DB6F64

Text Example


Text Example

White with #DB6F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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