Html Css Color HEX #DB6B5A Terra Cotta

📋 copy color: '#DB6B5A'

red 219 ◦ green 107 ◦ blue 90

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

Shades of Terra Cotta #DB6B5A

Tints of Terra Cotta #DB6B5A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.72%

 BLUE value IS 90 (35.55% from 255) = 21.63%

R = 52.64%
G = 25.72%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB6B5A (or 0xDB6B5A) is known color: Terra Cotta. HEX triplet: DB, 6B and 5A. RGB value is (219,107,90). Sum of RGB (Red+Green+Blue) = 219+107+90=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B5A is #2494A5. Grayscale: #8A8A8A. Windows color (decimal): -2397350 or 5925851. OLE color: 5925851.

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

Color convert

RGB 219 107 90 -
CMYK 0 0.51 0.59 0.14
HSL 7.91º 0.64% 0.61% -
HSV(B) 7.91º 0.59% 0.86% -
XYZ 36.32 26.31 12.84 -
YUV 138.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 219 107 90 0 0.51 0.59 0.14 7.91 0.64 0.61
Hex DB 6B 5A 0 33 3B E 8 40 3D
Octal 333 153 132 0 63 73 16 10 100 75
Binary 11011011 1101011 1011010 0 110011 111011 1110 1000 1000000 111101

Color Harmonies of #DB6B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6B5A

Black with #DB6B5A

Text Example


Text Example

White with #DB6B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6B5A; }

 p { color: rgb(219,107,90); }

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

background-color css

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

 a { background-color: rgb(219,107,90); }

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

border-color css

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

 span { border-color: rgb(219,107,90); }

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