Html Css Color HEX #DB7964 Terra Cotta

📋 copy color: '#DB7964'

red 219 ◦ green 121 ◦ blue 100

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

Shades of Terra Cotta #DB7964

Tints of Terra Cotta #DB7964

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.5%

 BLUE value IS 100 (39.45% from 255) = 22.73%

R = 49.77%
G = 27.5%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB7964 (or 0xDB7964) is known color: Terra Cotta. HEX triplet: DB, 79 and 64. RGB value is (219,121,100). Sum of RGB (Red+Green+Blue) = 219+121+100=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7964 is #24869B. Grayscale: #949494. Windows color (decimal): -2393756 or 6584795. OLE color: 6584795.

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

Color convert

RGB 219 121 100 -
CMYK 0 0.45 0.54 0.14
HSL 10.59º 0.62% 0.63% -
HSV(B) 10.59º 0.54% 0.86% -
XYZ 38.35 29.65 15.76 -
YUV 147.91 100.97 178.71 -
System Red Green Blue C M Y K H S L
Decimal 219 121 100 0 0.45 0.54 0.14 10.59 0.62 0.63
Hex DB 79 64 0 2D 36 E B 3E 3F
Octal 333 171 144 0 55 66 16 13 76 77
Binary 11011011 1111001 1100100 0 101101 110110 1110 1011 111110 111111

Color Harmonies of #DB7964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7964

Black with #DB7964

Text Example


Text Example

White with #DB7964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7964; }

 p { color: rgb(219,121,100); }

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

background-color css

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

 a { background-color: rgb(219,121,100); }

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

border-color css

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

 span { border-color: rgb(219,121,100); }

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