Html Css Color HEX #DB7567 Terra Cotta

📋 copy color: '#DB7567'

red 219 ◦ green 117 ◦ blue 103

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

Shades of Terra Cotta #DB7567

Tints of Terra Cotta #DB7567

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.65%

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

R = 49.89%
G = 26.65%
B = 23.46%

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

#DB7567 (or 0xDB7567) is known color: Terra Cotta. HEX triplet: DB, 75 and 67. RGB value is (219,117,103). Sum of RGB (Red+Green+Blue) = 219+117+103=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7567 is #248A98. Grayscale: #929292. Windows color (decimal): -2394777 or 6780379. OLE color: 6780379.

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

Color convert

RGB 219 117 103 -
CMYK 0 0.47 0.53 0.14
HSL 7.24º 0.62% 0.63% -
HSV(B) 7.24º 0.53% 0.86% -
XYZ 38.02 28.76 16.38 -
YUV 145.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 219 117 103 0 0.47 0.53 0.14 7.24 0.62 0.63
Hex DB 75 67 0 2F 35 E 7 3E 3F
Octal 333 165 147 0 57 65 16 7 76 77
Binary 11011011 1110101 1100111 0 101111 110101 1110 111 111110 111111

Color Harmonies of #DB7567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7567

Black with #DB7567

Text Example


Text Example

White with #DB7567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7567; }

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

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

background-color css

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

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

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

border-color css

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

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

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