Html Css Color HEX #DB7A60 Terra Cotta

📋 copy color: '#DB7A60'

red 219 ◦ green 122 ◦ blue 96

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

Shades of Terra Cotta #DB7A60

Tints of Terra Cotta #DB7A60

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.92%

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

R = 50.11%
G = 27.92%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB7A60 (or 0xDB7A60) is known color: Terra Cotta. HEX triplet: DB, 7A and 60. RGB value is (219,122,96). Sum of RGB (Red+Green+Blue) = 219+122+96=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7A60 is #24859F. Grayscale: #949494. Windows color (decimal): -2393504 or 6322907. OLE color: 6322907.

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

Color convert

RGB 219 122 96 -
CMYK 0 0.44 0.56 0.14
HSL 12.68º 0.63% 0.62% -
HSV(B) 12.68º 0.56% 0.86% -
XYZ 38.28 29.82 14.81 -
YUV 148.04 98.64 178.61 -
System Red Green Blue C M Y K H S L
Decimal 219 122 96 0 0.44 0.56 0.14 12.68 0.63 0.62
Hex DB 7A 60 0 2C 38 E D 3F 3E
Octal 333 172 140 0 54 70 16 15 77 76
Binary 11011011 1111010 1100000 0 101100 111000 1110 1101 111111 111110

Color Harmonies of #DB7A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A60

Black with #DB7A60

Text Example


Text Example

White with #DB7A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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