Html Css Color HEX #DB7A63 Terra Cotta

📋 copy color: '#DB7A63'

red 219 ◦ green 122 ◦ blue 99

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

Shades of Terra Cotta #DB7A63

Tints of Terra Cotta #DB7A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.5%

R = 49.77%
G = 27.73%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB7A63 (or 0xDB7A63) is known color: Terra Cotta. HEX triplet: DB, 7A and 63. RGB value is (219,122,99). Sum of RGB (Red+Green+Blue) = 219+122+99=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7A63 is #24859C. Grayscale: #949494. Windows color (decimal): -2393501 or 6519515. OLE color: 6519515.

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

Color convert

RGB 219 122 99 -
CMYK 0 0.44 0.55 0.14
HSL 11.5º 0.63% 0.62% -
HSV(B) 11.5º 0.55% 0.86% -
XYZ 38.43 29.88 15.55 -
YUV 148.38 100.14 178.37 -
System Red Green Blue C M Y K H S L
Decimal 219 122 99 0 0.44 0.55 0.14 11.5 0.63 0.62
Hex DB 7A 63 0 2C 37 E C 3E 3E
Octal 333 172 143 0 54 67 16 14 76 76
Binary 11011011 1111010 1100011 0 101100 110111 1110 1100 111110 111110

Color Harmonies of #DB7A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A63

Black with #DB7A63

Text Example


Text Example

White with #DB7A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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