Html Css Color HEX #DB7654 Terra Cotta

📋 copy color: '#DB7654'

red 219 ◦ green 118 ◦ blue 84

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

Shades of Terra Cotta #DB7654

Tints of Terra Cotta #DB7654

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.03%

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

R = 52.02%
G = 28.03%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB7654 (or 0xDB7654) is known color: Terra Cotta. HEX triplet: DB, 76 and 54. RGB value is (219,118,84). Sum of RGB (Red+Green+Blue) = 219+118+84=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7654 is #2489AB. Grayscale: #909090. Windows color (decimal): -2394540 or 5535451. OLE color: 5535451.

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

Color convert

RGB 219 118 84 -
CMYK 0 0.46 0.62 0.14
HSL 15.11º 0.65% 0.59% -
HSV(B) 15.11º 0.62% 0.86% -
XYZ 37.29 28.66 11.95 -
YUV 144.32 93.96 181.26 -
System Red Green Blue C M Y K H S L
Decimal 219 118 84 0 0.46 0.62 0.14 15.11 0.65 0.59
Hex DB 76 54 0 2E 3E E F 41 3B
Octal 333 166 124 0 56 76 16 17 101 73
Binary 11011011 1110110 1010100 0 101110 111110 1110 1111 1000001 111011

Color Harmonies of #DB7654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7654

Black with #DB7654

Text Example


Text Example

White with #DB7654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7654; }

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

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

background-color css

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

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

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

border-color css

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

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

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