Html Css Color HEX #DB7C61 Terra Cotta

📋 copy color: '#DB7C61'

red 219 ◦ green 124 ◦ blue 97

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

Shades of Terra Cotta #DB7C61

Tints of Terra Cotta #DB7C61

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.18%

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

R = 49.77%
G = 28.18%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB7C61 (or 0xDB7C61) is known color: Terra Cotta. HEX triplet: DB, 7C and 61. RGB value is (219,124,97). Sum of RGB (Red+Green+Blue) = 219+124+97=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7C61 is #24839E. Grayscale: #959595. Windows color (decimal): -2392991 or 6388955. OLE color: 6388955.

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

Color convert

RGB 219 124 97 -
CMYK 0 0.43 0.56 0.14
HSL 13.28º 0.63% 0.62% -
HSV(B) 13.28º 0.56% 0.86% -
XYZ 38.58 30.34 15.13 -
YUV 149.33 98.47 177.7 -
System Red Green Blue C M Y K H S L
Decimal 219 124 97 0 0.43 0.56 0.14 13.28 0.63 0.62
Hex DB 7C 61 0 2B 38 E D 3F 3E
Octal 333 174 141 0 53 70 16 15 77 76
Binary 11011011 1111100 1100001 0 101011 111000 1110 1101 111111 111110

Color Harmonies of #DB7C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7C61

Black with #DB7C61

Text Example


Text Example

White with #DB7C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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