Html Css Color HEX #DB6F5C Terra Cotta

📋 copy color: '#DB6F5C'

red 219 ◦ green 111 ◦ blue 92

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

Shades of Terra Cotta #DB6F5C

Tints of Terra Cotta #DB6F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.8%

R = 51.9%
G = 26.3%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB6F5C (or 0xDB6F5C) is known color: Terra Cotta. HEX triplet: DB, 6F and 5C. RGB value is (219,111,92). Sum of RGB (Red+Green+Blue) = 219+111+92=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F5C is #2490A3. Grayscale: #8D8D8D. Windows color (decimal): -2396324 or 6057947. OLE color: 6057947.

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

Color convert

RGB 219 111 92 -
CMYK 0 0.49 0.58 0.14
HSL 8.98º 0.64% 0.61% -
HSV(B) 8.98º 0.58% 0.86% -
XYZ 36.83 27.2 13.43 -
YUV 141.13 100.28 183.54 -
System Red Green Blue C M Y K H S L
Decimal 219 111 92 0 0.49 0.58 0.14 8.98 0.64 0.61
Hex DB 6F 5C 0 31 3A E 9 40 3D
Octal 333 157 134 0 61 72 16 11 100 75
Binary 11011011 1101111 1011100 0 110001 111010 1110 1001 1000000 111101

Color Harmonies of #DB6F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F5C

Black with #DB6F5C

Text Example


Text Example

White with #DB6F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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