Html Css Color HEX #DB7357 Terra Cotta

📋 copy color: '#DB7357'

red 219 ◦ green 115 ◦ blue 87

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

Shades of Terra Cotta #DB7357

Tints of Terra Cotta #DB7357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.67%

R = 52.02%
G = 27.32%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB7357 (or 0xDB7357) is known color: Terra Cotta. HEX triplet: DB, 73 and 57. RGB value is (219,115,87). Sum of RGB (Red+Green+Blue) = 219+115+87=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7357 is #248CA8. Grayscale: #8F8F8F. Windows color (decimal): -2395305 or 5731291. OLE color: 5731291.

HSL color Cylindrical-coordinate representation of color #DB7357: hue angle of 12.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB7357 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 115 87 -
CMYK 0 0.47 0.60 0.14
HSL 12.73º 0.65% 0.6% -
HSV(B) 12.73º 0.6% 0.86% -
XYZ 37.06 28.01 12.47 -
YUV 142.9 96.46 182.28 -
System Red Green Blue C M Y K H S L
Decimal 219 115 87 0 0.47 0.60 0.14 12.73 0.65 0.6
Hex DB 73 57 0 2F 3C E D 41 3C
Octal 333 163 127 0 57 74 16 15 101 74
Binary 11011011 1110011 1010111 0 101111 111100 1110 1101 1000001 111100

Color Harmonies of #DB7357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7357

Black with #DB7357

Text Example


Text Example

White with #DB7357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7357; }

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

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

background-color css

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

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

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

border-color css

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

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

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