Html Css Color HEX #DB7058 Terra Cotta

📋 copy color: '#DB7058'

red 219 ◦ green 112 ◦ blue 88

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

Shades of Terra Cotta #DB7058

Tints of Terra Cotta #DB7058

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.73%

 BLUE value IS 88 (34.77% from 255) = 21%

R = 52.27%
G = 26.73%
B = 21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB7058 (or 0xDB7058) is known color: Terra Cotta. HEX triplet: DB, 70 and 58. RGB value is (219,112,88). Sum of RGB (Red+Green+Blue) = 219+112+88=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7058 is #248FA7. Grayscale: #8D8D8D. Windows color (decimal): -2396072 or 5796059. OLE color: 5796059.

HSL color Cylindrical-coordinate representation of color #DB7058: hue angle of 10.99º 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 #DB7058 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 112 88 -
CMYK 0 0.49 0.60 0.14
HSL 10.99º 0.65% 0.6% -
HSV(B) 10.99º 0.6% 0.86% -
XYZ 36.77 27.35 12.57 -
YUV 141.26 97.95 183.45 -
System Red Green Blue C M Y K H S L
Decimal 219 112 88 0 0.49 0.60 0.14 10.99 0.65 0.6
Hex DB 70 58 0 31 3C E B 41 3C
Octal 333 160 130 0 61 74 16 13 101 74
Binary 11011011 1110000 1011000 0 110001 111100 1110 1011 1000001 111100

Color Harmonies of #DB7058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7058

Black with #DB7058

Text Example


Text Example

White with #DB7058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7058; }

 p { color: rgb(219,112,88); }

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

background-color css

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

 a { background-color: rgb(219,112,88); }

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

border-color css

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

 span { border-color: rgb(219,112,88); }

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