Html Css Color HEX #DB7569 Terra Cotta

📋 copy color: '#DB7569'

red 219 ◦ green 117 ◦ blue 105

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

Shades of Terra Cotta #DB7569

Tints of Terra Cotta #DB7569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.81%

R = 49.66%
G = 26.53%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB7569 (or 0xDB7569) is known color: Terra Cotta. HEX triplet: DB, 75 and 69. RGB value is (219,117,105). Sum of RGB (Red+Green+Blue) = 219+117+105=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7569 is #248A96. Grayscale: #929292. Windows color (decimal): -2394775 or 6911451. OLE color: 6911451.

HSL color Cylindrical-coordinate representation of color #DB7569: hue angle of 6.32º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB7569 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 117 105 -
CMYK 0 0.47 0.52 0.14
HSL 6.32º 0.61% 0.64% -
HSV(B) 6.32º 0.52% 0.86% -
XYZ 38.12 28.8 16.91 -
YUV 146.13 104.79 179.98 -
System Red Green Blue C M Y K H S L
Decimal 219 117 105 0 0.47 0.52 0.14 6.32 0.61 0.64
Hex DB 75 69 0 2F 34 E 6 3D 40
Octal 333 165 151 0 57 64 16 6 75 100
Binary 11011011 1110101 1101001 0 101111 110100 1110 110 111101 1000000

Color Harmonies of #DB7569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7569

Black with #DB7569

Text Example


Text Example

White with #DB7569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7569; }

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

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

background-color css

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

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

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

border-color css

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

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

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