Html Css Color HEX #DB7260 Terra Cotta

📋 copy color: '#DB7260'

red 219 ◦ green 114 ◦ blue 96

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

Shades of Terra Cotta #DB7260

Tints of Terra Cotta #DB7260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.57%

 BLUE value IS 96 (37.89% from 255) = 22.38%

R = 51.05%
G = 26.57%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB7260 (or 0xDB7260) is known color: Terra Cotta. HEX triplet: DB, 72 and 60. RGB value is (219,114,96). Sum of RGB (Red+Green+Blue) = 219+114+96=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7260 is #248D9F. Grayscale: #8F8F8F. Windows color (decimal): -2395552 or 6320859. OLE color: 6320859.

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

Color convert

RGB 219 114 96 -
CMYK 0 0.48 0.56 0.14
HSL 8.78º 0.63% 0.62% -
HSV(B) 8.78º 0.56% 0.86% -
XYZ 37.34 27.94 14.49 -
YUV 143.34 101.29 181.96 -
System Red Green Blue C M Y K H S L
Decimal 219 114 96 0 0.48 0.56 0.14 8.78 0.63 0.62
Hex DB 72 60 0 30 38 E 9 3F 3E
Octal 333 162 140 0 60 70 16 11 77 76
Binary 11011011 1110010 1100000 0 110000 111000 1110 1001 111111 111110

Color Harmonies of #DB7260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7260

Black with #DB7260

Text Example


Text Example

White with #DB7260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7260; }

 p { color: rgb(219,114,96); }

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

background-color css

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

 a { background-color: rgb(219,114,96); }

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

border-color css

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

 span { border-color: rgb(219,114,96); }

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