Html Css Color HEX #DB7954 Terra Cotta

📋 copy color: '#DB7954'

red 219 ◦ green 121 ◦ blue 84

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

Shades of Terra Cotta #DB7954

Tints of Terra Cotta #DB7954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.81%

R = 51.65%
G = 28.54%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB7954 (or 0xDB7954) is known color: Terra Cotta. HEX triplet: DB, 79 and 54. RGB value is (219,121,84). Sum of RGB (Red+Green+Blue) = 219+121+84=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 84 (33.20% from 255 or 19.81% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7954 is #2486AB. Grayscale: #929292. Windows color (decimal): -2393772 or 5536219. OLE color: 5536219.

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

Color convert

RGB 219 121 84 -
CMYK 0 0.45 0.62 0.14
HSL 16.44º 0.65% 0.59% -
HSV(B) 16.44º 0.62% 0.86% -
XYZ 37.65 29.37 12.07 -
YUV 146.08 92.97 180.01 -
System Red Green Blue C M Y K H S L
Decimal 219 121 84 0 0.45 0.62 0.14 16.44 0.65 0.59
Hex DB 79 54 0 2D 3E E 10 41 3B
Octal 333 171 124 0 55 76 16 20 101 73
Binary 11011011 1111001 1010100 0 101101 111110 1110 10000 1000001 111011

Color Harmonies of #DB7954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7954

Black with #DB7954

Text Example


Text Example

White with #DB7954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7954; }

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

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

background-color css

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

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

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

border-color css

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

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

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