Html Css Color HEX #DB7353 Terra Cotta

📋 copy color: '#DB7353'

red 219 ◦ green 115 ◦ blue 83

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

Shades of Terra Cotta #DB7353

Tints of Terra Cotta #DB7353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.9%

R = 52.52%
G = 27.58%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB7353 (or 0xDB7353) is known color: Terra Cotta. HEX triplet: DB, 73 and 53. RGB value is (219,115,83). Sum of RGB (Red+Green+Blue) = 219+115+83=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7353 is #248CAC. Grayscale: #8E8E8E. Windows color (decimal): -2395309 or 5469147. OLE color: 5469147.

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

Color convert

RGB 219 115 83 -
CMYK 0 0.47 0.62 0.14
HSL 14.12º 0.65% 0.59% -
HSV(B) 14.12º 0.62% 0.86% -
XYZ 36.91 27.95 11.63 -
YUV 142.45 94.46 182.6 -
System Red Green Blue C M Y K H S L
Decimal 219 115 83 0 0.47 0.62 0.14 14.12 0.65 0.59
Hex DB 73 53 0 2F 3E E E 41 3B
Octal 333 163 123 0 57 76 16 16 101 73
Binary 11011011 1110011 1010011 0 101111 111110 1110 1110 1000001 111011

Color Harmonies of #DB7353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7353

Black with #DB7353

Text Example


Text Example

White with #DB7353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7353; }

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

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

background-color css

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

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

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

border-color css

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

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

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