Html Css Color HEX #DB7454 Terra Cotta

📋 copy color: '#DB7454'

red 219 ◦ green 116 ◦ blue 84

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

Shades of Terra Cotta #DB7454

Tints of Terra Cotta #DB7454

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.68%

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

R = 52.27%
G = 27.68%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB7454 (or 0xDB7454) is known color: Terra Cotta. HEX triplet: DB, 74 and 54. RGB value is (219,116,84). Sum of RGB (Red+Green+Blue) = 219+116+84=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7454 is #248BAB. Grayscale: #8F8F8F. Windows color (decimal): -2395052 or 5534939. OLE color: 5534939.

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

Color convert

RGB 219 116 84 -
CMYK 0 0.47 0.62 0.14
HSL 14.22º 0.65% 0.59% -
HSV(B) 14.22º 0.62% 0.86% -
XYZ 37.06 28.19 11.88 -
YUV 143.15 94.62 182.1 -
System Red Green Blue C M Y K H S L
Decimal 219 116 84 0 0.47 0.62 0.14 14.22 0.65 0.59
Hex DB 74 54 0 2F 3E E E 41 3B
Octal 333 164 124 0 57 76 16 16 101 73
Binary 11011011 1110100 1010100 0 101111 111110 1110 1110 1000001 111011

Color Harmonies of #DB7454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7454

Black with #DB7454

Text Example


Text Example

White with #DB7454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7454; }

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

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

background-color css

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

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

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

border-color css

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

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

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