Html Css Color HEX #DB7B65 Terra Cotta

📋 copy color: '#DB7B65'

red 219 ◦ green 123 ◦ blue 101

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

Shades of Terra Cotta #DB7B65

Tints of Terra Cotta #DB7B65

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.77%

 BLUE value IS 101 (39.84% from 255) = 22.8%

R = 49.44%
G = 27.77%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB7B65 (or 0xDB7B65) is known color: Terra Cotta. HEX triplet: DB, 7B and 65. RGB value is (219,123,101). Sum of RGB (Red+Green+Blue) = 219+123+101=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7B65 is #24849A. Grayscale: #959595. Windows color (decimal): -2393243 or 6650843. OLE color: 6650843.

HSL color Cylindrical-coordinate representation of color #DB7B65: hue angle of 11.19º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB7B65 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 123 101 -
CMYK 0 0.44 0.54 0.14
HSL 11.19º 0.62% 0.63% -
HSV(B) 11.19º 0.54% 0.86% -
XYZ 38.65 30.17 16.1 -
YUV 149.2 100.8 177.79 -
System Red Green Blue C M Y K H S L
Decimal 219 123 101 0 0.44 0.54 0.14 11.19 0.62 0.63
Hex DB 7B 65 0 2C 36 E B 3E 3F
Octal 333 173 145 0 54 66 16 13 76 77
Binary 11011011 1111011 1100101 0 101100 110110 1110 1011 111110 111111

Color Harmonies of #DB7B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B65

Black with #DB7B65

Text Example


Text Example

White with #DB7B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B65; }

 p { color: rgb(219,123,101); }

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

background-color css

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

 a { background-color: rgb(219,123,101); }

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

border-color css

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

 span { border-color: rgb(219,123,101); }

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