Html Css Color HEX #DB7563 Terra Cotta

📋 copy color: '#DB7563'

red 219 ◦ green 117 ◦ blue 99

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

Shades of Terra Cotta #DB7563

Tints of Terra Cotta #DB7563

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.9%

 BLUE value IS 99 (39.06% from 255) = 22.76%

R = 50.34%
G = 26.9%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB7563 (or 0xDB7563) is known color: Terra Cotta. HEX triplet: DB, 75 and 63. RGB value is (219,117,99). Sum of RGB (Red+Green+Blue) = 219+117+99=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7563 is #248A9C. Grayscale: #919191. Windows color (decimal): -2394781 or 6518235. OLE color: 6518235.

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

Color convert

RGB 219 117 99 -
CMYK 0 0.47 0.55 0.14
HSL 0.63% 0.62% -
HSV(B) 0.55% 0.86% -
XYZ 37.83 28.68 15.35 -
YUV 145.45 101.79 180.46 -
System Red Green Blue C M Y K H S L
Decimal 219 117 99 0 0.47 0.55 0.14 9 0.63 0.62
Hex DB 75 63 0 2F 37 E 9 3E 3E
Octal 333 165 143 0 57 67 16 11 76 76
Binary 11011011 1110101 1100011 0 101111 110111 1110 1001 111110 111110

Color Harmonies of #DB7563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7563

Black with #DB7563

Text Example


Text Example

White with #DB7563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7563; }

 p { color: rgb(219,117,99); }

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

background-color css

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

 a { background-color: rgb(219,117,99); }

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

border-color css

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

 span { border-color: rgb(219,117,99); }

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