Html Css Color HEX #DB7351 Terra Cotta

📋 copy color: '#DB7351'

red 219 ◦ green 115 ◦ blue 81

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

Shades of Terra Cotta #DB7351

Tints of Terra Cotta #DB7351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.52%

R = 52.77%
G = 27.71%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB7351 (or 0xDB7351) is known color: Terra Cotta. HEX triplet: DB, 73 and 51. RGB value is (219,115,81). Sum of RGB (Red+Green+Blue) = 219+115+81=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7351 is #248CAE. Grayscale: #8E8E8E. Windows color (decimal): -2395311 or 5338075. OLE color: 5338075.

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

Color convert

RGB 219 115 81 -
CMYK 0 0.47 0.63 0.14
HSL 14.78º 0.66% 0.59% -
HSV(B) 14.78º 0.63% 0.86% -
XYZ 36.83 27.92 11.23 -
YUV 142.22 93.46 182.76 -
System Red Green Blue C M Y K H S L
Decimal 219 115 81 0 0.47 0.63 0.14 14.78 0.66 0.59
Hex DB 73 51 0 2F 3F E F 42 3B
Octal 333 163 121 0 57 77 16 17 102 73
Binary 11011011 1110011 1010001 0 101111 111111 1110 1111 1000010 111011

Color Harmonies of #DB7351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7351

Black with #DB7351

Text Example


Text Example

White with #DB7351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7351; }

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

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

background-color css

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

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

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

border-color css

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

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

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