Html Css Color HEX #DB6F69 Terra Cotta

📋 copy color: '#DB6F69'

red 219 ◦ green 111 ◦ blue 105

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

Shades of Terra Cotta #DB6F69

Tints of Terra Cotta #DB6F69

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.52%

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

R = 50.34%
G = 25.52%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB6F69 (or 0xDB6F69) is known color: Terra Cotta. HEX triplet: DB, 6F and 69. RGB value is (219,111,105). Sum of RGB (Red+Green+Blue) = 219+111+105=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F69 is #249096. Grayscale: #8E8E8E. Windows color (decimal): -2396311 or 6909915. OLE color: 6909915.

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

Color convert

RGB 219 111 105 -
CMYK 0 0.49 0.52 0.14
HSL 3.16º 0.61% 0.64% -
HSV(B) 3.16º 0.52% 0.86% -
XYZ 37.45 27.45 16.69 -
YUV 142.61 106.78 182.49 -
System Red Green Blue C M Y K H S L
Decimal 219 111 105 0 0.49 0.52 0.14 3.16 0.61 0.64
Hex DB 6F 69 0 31 34 E 3 3D 40
Octal 333 157 151 0 61 64 16 3 75 100
Binary 11011011 1101111 1101001 0 110001 110100 1110 11 111101 1000000

Color Harmonies of #DB6F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F69

Black with #DB6F69

Text Example


Text Example

White with #DB6F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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