Html Css Color HEX #DB7B5F Terra Cotta

📋 copy color: '#DB7B5F'

red 219 ◦ green 123 ◦ blue 95

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

Shades of Terra Cotta #DB7B5F

Tints of Terra Cotta #DB7B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.74%

R = 50.11%
G = 28.15%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB7B5F (or 0xDB7B5F) is known color: Terra Cotta. HEX triplet: DB, 7B and 5F. RGB value is (219,123,95). Sum of RGB (Red+Green+Blue) = 219+123+95=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7B5F is #2484A0. Grayscale: #949494. Windows color (decimal): -2393249 or 6257627. OLE color: 6257627.

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

Color convert

RGB 219 123 95 -
CMYK 0 0.44 0.57 0.14
HSL 13.55º 0.63% 0.62% -
HSV(B) 13.55º 0.57% 0.86% -
XYZ 38.36 30.05 14.61 -
YUV 148.51 97.8 178.28 -
System Red Green Blue C M Y K H S L
Decimal 219 123 95 0 0.44 0.57 0.14 13.55 0.63 0.62
Hex DB 7B 5F 0 2C 39 E E 3F 3E
Octal 333 173 137 0 54 71 16 16 77 76
Binary 11011011 1111011 1011111 0 101100 111001 1110 1110 111111 111110

Color Harmonies of #DB7B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B5F

Black with #DB7B5F

Text Example


Text Example

White with #DB7B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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