Html Css Color HEX #DB7368 Terra Cotta

📋 copy color: '#DB7368'

red 219 ◦ green 115 ◦ blue 104

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

Shades of Terra Cotta #DB7368

Tints of Terra Cotta #DB7368

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.26%

 BLUE value IS 104 (41.02% from 255) = 23.74%

R = 50%
G = 26.26%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB7368 (or 0xDB7368) is known color: Terra Cotta. HEX triplet: DB, 73 and 68. RGB value is (219,115,104). Sum of RGB (Red+Green+Blue) = 219+115+104=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7368 is #248C97. Grayscale: #909090. Windows color (decimal): -2395288 or 6845403. OLE color: 6845403.

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

Color convert

RGB 219 115 104 -
CMYK 0 0.47 0.53 0.14
HSL 5.74º 0.61% 0.63% -
HSV(B) 5.74º 0.53% 0.86% -
XYZ 37.84 28.32 16.57 -
YUV 144.84 104.96 180.89 -
System Red Green Blue C M Y K H S L
Decimal 219 115 104 0 0.47 0.53 0.14 5.74 0.61 0.63
Hex DB 73 68 0 2F 35 E 6 3D 3F
Octal 333 163 150 0 57 65 16 6 75 77
Binary 11011011 1110011 1101000 0 101111 110101 1110 110 111101 111111

Color Harmonies of #DB7368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7368

Black with #DB7368

Text Example


Text Example

White with #DB7368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7368; }

 p { color: rgb(219,115,104); }

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

background-color css

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

 a { background-color: rgb(219,115,104); }

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

border-color css

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

 span { border-color: rgb(219,115,104); }

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