Html Css Color HEX #DB6F57 Terra Cotta

📋 copy color: '#DB6F57'

red 219 ◦ green 111 ◦ blue 87

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

Shades of Terra Cotta #DB6F57

Tints of Terra Cotta #DB6F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.86%

R = 52.52%
G = 26.62%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB6F57 (or 0xDB6F57) is known color: Terra Cotta. HEX triplet: DB, 6F and 57. RGB value is (219,111,87). Sum of RGB (Red+Green+Blue) = 219+111+87=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F57 is #2490A8. Grayscale: #8C8C8C. Windows color (decimal): -2396329 or 5730267. OLE color: 5730267.

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

Color convert

RGB 219 111 87 -
CMYK 0 0.49 0.60 0.14
HSL 10.91º 0.65% 0.6% -
HSV(B) 10.91º 0.6% 0.86% -
XYZ 36.62 27.12 12.32 -
YUV 140.56 97.78 183.95 -
System Red Green Blue C M Y K H S L
Decimal 219 111 87 0 0.49 0.60 0.14 10.91 0.65 0.6
Hex DB 6F 57 0 31 3C E B 41 3C
Octal 333 157 127 0 61 74 16 13 101 74
Binary 11011011 1101111 1010111 0 110001 111100 1110 1011 1000001 111100

Color Harmonies of #DB6F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F57

Black with #DB6F57

Text Example


Text Example

White with #DB6F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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