Html Css Color HEX #DB7561 Terra Cotta

📋 copy color: '#DB7561'

red 219 ◦ green 117 ◦ blue 97

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

Shades of Terra Cotta #DB7561

Tints of Terra Cotta #DB7561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.4%

R = 50.58%
G = 27.02%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB7561 (or 0xDB7561) is known color: Terra Cotta. HEX triplet: DB, 75 and 61. RGB value is (219,117,97). Sum of RGB (Red+Green+Blue) = 219+117+97=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7561 is #248A9E. Grayscale: #919191. Windows color (decimal): -2394783 or 6387163. OLE color: 6387163.

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

Color convert

RGB 219 117 97 -
CMYK 0 0.47 0.56 0.14
HSL 9.84º 0.63% 0.62% -
HSV(B) 9.84º 0.56% 0.86% -
XYZ 37.73 28.65 14.85 -
YUV 145.22 100.79 180.63 -
System Red Green Blue C M Y K H S L
Decimal 219 117 97 0 0.47 0.56 0.14 9.84 0.63 0.62
Hex DB 75 61 0 2F 38 E A 3F 3E
Octal 333 165 141 0 57 70 16 12 77 76
Binary 11011011 1110101 1100001 0 101111 111000 1110 1010 111111 111110

Color Harmonies of #DB7561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7561

Black with #DB7561

Text Example


Text Example

White with #DB7561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7561; }

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

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

background-color css

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

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

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

border-color css

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

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

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