Html Css Color HEX #DB7A5D Terra Cotta

📋 copy color: '#DB7A5D'

red 219 ◦ green 122 ◦ blue 93

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

Shades of Terra Cotta #DB7A5D

Tints of Terra Cotta #DB7A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.43%

R = 50.46%
G = 28.11%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB7A5D (or 0xDB7A5D) is known color: Terra Cotta. HEX triplet: DB, 7A and 5D. RGB value is (219,122,93). Sum of RGB (Red+Green+Blue) = 219+122+93=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7A5D is #2485A2. Grayscale: #939393. Windows color (decimal): -2393507 or 6126299. OLE color: 6126299.

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

Color convert

RGB 219 122 93 -
CMYK 0 0.44 0.58 0.14
HSL 13.81º 0.64% 0.61% -
HSV(B) 13.81º 0.58% 0.86% -
XYZ 38.15 29.77 14.09 -
YUV 147.7 97.14 178.86 -
System Red Green Blue C M Y K H S L
Decimal 219 122 93 0 0.44 0.58 0.14 13.81 0.64 0.61
Hex DB 7A 5D 0 2C 3A E E 40 3D
Octal 333 172 135 0 54 72 16 16 100 75
Binary 11011011 1111010 1011101 0 101100 111010 1110 1110 1000000 111101

Color Harmonies of #DB7A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A5D

Black with #DB7A5D

Text Example


Text Example

White with #DB7A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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