Html Css Color HEX #DB7B64 Terra Cotta

📋 copy color: '#DB7B64'

red 219 ◦ green 123 ◦ blue 100

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

Shades of Terra Cotta #DB7B64

Tints of Terra Cotta #DB7B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.62%

R = 49.55%
G = 27.83%
B = 22.62%

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

#DB7B64 (or 0xDB7B64) is known color: Terra Cotta. HEX triplet: DB, 7B and 64. RGB value is (219,123,100). Sum of RGB (Red+Green+Blue) = 219+123+100=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7B64 is #24849B. Grayscale: #959595. Windows color (decimal): -2393244 or 6585307. OLE color: 6585307.

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

Color convert

RGB 219 123 100 -
CMYK 0 0.44 0.54 0.14
HSL 11.6º 0.62% 0.63% -
HSV(B) 11.6º 0.54% 0.86% -
XYZ 38.6 30.15 15.84 -
YUV 149.08 100.3 177.87 -
System Red Green Blue C M Y K H S L
Decimal 219 123 100 0 0.44 0.54 0.14 11.6 0.62 0.63
Hex DB 7B 64 0 2C 36 E C 3E 3F
Octal 333 173 144 0 54 66 16 14 76 77
Binary 11011011 1111011 1100100 0 101100 110110 1110 1100 111110 111111

Color Harmonies of #DB7B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B64

Black with #DB7B64

Text Example


Text Example

White with #DB7B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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