Html Css Color HEX #DB7467 Terra Cotta

📋 copy color: '#DB7467'

red 219 ◦ green 116 ◦ blue 103

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

Shades of Terra Cotta #DB7467

Tints of Terra Cotta #DB7467

RGB

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

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

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

R = 50%
G = 26.48%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB7467 (or 0xDB7467) is known color: Terra Cotta. HEX triplet: DB, 74 and 67. RGB value is (219,116,103). Sum of RGB (Red+Green+Blue) = 219+116+103=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7467 is #248B98. Grayscale: #919191. Windows color (decimal): -2395033 or 6780123. OLE color: 6780123.

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

Color convert

RGB 219 116 103 -
CMYK 0 0.47 0.53 0.14
HSL 6.72º 0.62% 0.63% -
HSV(B) 6.72º 0.53% 0.86% -
XYZ 37.91 28.53 16.34 -
YUV 145.32 104.12 180.56 -
System Red Green Blue C M Y K H S L
Decimal 219 116 103 0 0.47 0.53 0.14 6.72 0.62 0.63
Hex DB 74 67 0 2F 35 E 7 3E 3F
Octal 333 164 147 0 57 65 16 7 76 77
Binary 11011011 1110100 1100111 0 101111 110101 1110 111 111110 111111

Color Harmonies of #DB7467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7467

Black with #DB7467

Text Example


Text Example

White with #DB7467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7467; }

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

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

background-color css

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

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

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

border-color css

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

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

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