Html Css Color HEX #DB6B56 Terra Cotta

📋 copy color: '#DB6B56'

red 219 ◦ green 107 ◦ blue 86

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

Shades of Terra Cotta #DB6B56

Tints of Terra Cotta #DB6B56

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.97%

 BLUE value IS 86 (33.98% from 255) = 20.87%

R = 53.16%
G = 25.97%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB6B56 (or 0xDB6B56) is known color: Terra Cotta. HEX triplet: DB, 6B and 56. RGB value is (219,107,86). Sum of RGB (Red+Green+Blue) = 219+107+86=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B56 is #2494A9. Grayscale: #8A8A8A. Windows color (decimal): -2397354 or 5663707. OLE color: 5663707.

HSL color Cylindrical-coordinate representation of color #DB6B56: hue angle of 9.47º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB6B56 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 107 86 -
CMYK 0 0.51 0.61 0.14
HSL 9.47º 0.65% 0.6% -
HSV(B) 9.47º 0.61% 0.86% -
XYZ 36.15 26.25 11.96 -
YUV 138.09 98.61 185.71 -
System Red Green Blue C M Y K H S L
Decimal 219 107 86 0 0.51 0.61 0.14 9.47 0.65 0.6
Hex DB 6B 56 0 33 3D E 9 41 3C
Octal 333 153 126 0 63 75 16 11 101 74
Binary 11011011 1101011 1010110 0 110011 111101 1110 1001 1000001 111100

Color Harmonies of #DB6B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6B56

Black with #DB6B56

Text Example


Text Example

White with #DB6B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6B56; }

 p { color: rgb(219,107,86); }

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

background-color css

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

 a { background-color: rgb(219,107,86); }

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

border-color css

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

 span { border-color: rgb(219,107,86); }

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