Html Css Color HEX #DB7055 Terra Cotta

📋 copy color: '#DB7055'

red 219 ◦ green 112 ◦ blue 85

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

Shades of Terra Cotta #DB7055

Tints of Terra Cotta #DB7055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.43%

R = 52.64%
G = 26.92%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB7055 (or 0xDB7055) is known color: Terra Cotta. HEX triplet: DB, 70 and 55. RGB value is (219,112,85). Sum of RGB (Red+Green+Blue) = 219+112+85=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7055 is #248FAA. Grayscale: #8D8D8D. Windows color (decimal): -2396075 or 5599451. OLE color: 5599451.

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

Color convert

RGB 219 112 85 -
CMYK 0 0.49 0.61 0.14
HSL 12.09º 0.65% 0.6% -
HSV(B) 12.09º 0.61% 0.86% -
XYZ 36.65 27.3 11.93 -
YUV 140.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 219 112 85 0 0.49 0.61 0.14 12.09 0.65 0.6
Hex DB 70 55 0 31 3D E C 41 3C
Octal 333 160 125 0 61 75 16 14 101 74
Binary 11011011 1110000 1010101 0 110001 111101 1110 1100 1000001 111100

Color Harmonies of #DB7055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7055

Black with #DB7055

Text Example


Text Example

White with #DB7055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7055; }

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

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

background-color css

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

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

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

border-color css

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

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

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