Html Css Color HEX #DB7256 Terra Cotta

📋 copy color: '#DB7256'

red 219 ◦ green 114 ◦ blue 86

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

Shades of Terra Cotta #DB7256

Tints of Terra Cotta #DB7256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.21%

 BLUE value IS 86 (33.98% from 255) = 20.53%

R = 52.27%
G = 27.21%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB7256 (or 0xDB7256) is known color: Terra Cotta. HEX triplet: DB, 72 and 56. RGB value is (219,114,86). Sum of RGB (Red+Green+Blue) = 219+114+86=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7256 is #248DA9. Grayscale: #8E8E8E. Windows color (decimal): -2395562 or 5665499. OLE color: 5665499.

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

Color convert

RGB 219 114 86 -
CMYK 0 0.48 0.61 0.14
HSL 12.63º 0.65% 0.6% -
HSV(B) 12.63º 0.61% 0.86% -
XYZ 36.91 27.77 12.22 -
YUV 142.2 96.29 182.78 -
System Red Green Blue C M Y K H S L
Decimal 219 114 86 0 0.48 0.61 0.14 12.63 0.65 0.6
Hex DB 72 56 0 30 3D E D 41 3C
Octal 333 162 126 0 60 75 16 15 101 74
Binary 11011011 1110010 1010110 0 110000 111101 1110 1101 1000001 111100

Color Harmonies of #DB7256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7256

Black with #DB7256

Text Example


Text Example

White with #DB7256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7256; }

 p { color: rgb(219,114,86); }

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

background-color css

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

 a { background-color: rgb(219,114,86); }

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

border-color css

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

 span { border-color: rgb(219,114,86); }

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