#DB7567

Color #DB7567 Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #DB7567

Tints of Terra Cotta #DB7567

Color information

#DB7567 (or 0xDB7567) is unknown color: approx Terra Cotta. HEX triplet: DB, 75 and 67. RGB value is (219,117,103). Sum of RGB (Red+Green+Blue) = 219+117+103=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7567 is #248A98. Grayscale: #929292. Windows color (decimal): -2394777 or 6780379. OLE color: 6780379.

HSL color Cylindrical-coordinate representation of color #DB7567: hue angle of 7.24º 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 #DB7567 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB219117103-
CMYK00.470.530.14
HSL7.24º61.7%63.14%-
HSV(B)7.24º52.97%85.88%-
XYZ38.0228.7616.38-
YUV145.9103.79180.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.89%
GREEN value IS 117 (46.09% from 255) = 26.65%
BLUE value IS 103 (40.62% from 255) = 23.46%
R=49.89%
G=26.65%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911710300.470.530.147.2461.763.14
HexDB756702F35E73e3f
Octal333165147057651677677
Binary110110111110101110011101011111101011110111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7567; }

 p { color: rgb(219,117,103); }

 H1.HeaderClassName
 {
   color: #DB7567;
 }
 .AnyTagClassName
 {
   color: #DB7567;
 }
</style>
background-color css

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

 a { background-color: rgb(219,117,103); }

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

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

 span { border-color: rgb(219,117,103); }

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