Html Css Color HEX #DB7267 Terra Cotta

📋 copy color: '#DB7267'

red 219 ◦ green 114 ◦ blue 103

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

Shades of Terra Cotta #DB7267

Tints of Terra Cotta #DB7267

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.15%

 BLUE value IS 103 (40.63% from 255) = 23.62%

R = 50.23%
G = 26.15%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB7267 (or 0xDB7267) is known color: Terra Cotta. HEX triplet: DB, 72 and 67. RGB value is (219,114,103). Sum of RGB (Red+Green+Blue) = 219+114+103=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7267 is #248D98. Grayscale: #909090. Windows color (decimal): -2395545 or 6779611. OLE color: 6779611.

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

Color convert

RGB 219 114 103 -
CMYK 0 0.48 0.53 0.14
HSL 5.69º 0.62% 0.63% -
HSV(B) 5.69º 0.53% 0.86% -
XYZ 37.68 28.07 16.26 -
YUV 144.14 104.79 181.39 -
System Red Green Blue C M Y K H S L
Decimal 219 114 103 0 0.48 0.53 0.14 5.69 0.62 0.63
Hex DB 72 67 0 30 35 E 6 3E 3F
Octal 333 162 147 0 60 65 16 6 76 77
Binary 11011011 1110010 1100111 0 110000 110101 1110 110 111110 111111

Color Harmonies of #DB7267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7267

Black with #DB7267

Text Example


Text Example

White with #DB7267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7267; }

 p { color: rgb(219,114,103); }

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

background-color css

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

 a { background-color: rgb(219,114,103); }

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

border-color css

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

 span { border-color: rgb(219,114,103); }

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