Html Css Color HEX #DB7A5F Terra Cotta

📋 copy color: '#DB7A5F'

red 219 ◦ green 122 ◦ blue 95

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

Shades of Terra Cotta #DB7A5F

Tints of Terra Cotta #DB7A5F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.98%

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

R = 50.23%
G = 27.98%
B = 21.79%

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

#DB7A5F (or 0xDB7A5F) is known color: Terra Cotta. HEX triplet: DB, 7A and 5F. RGB value is (219,122,95). Sum of RGB (Red+Green+Blue) = 219+122+95=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7A5F is #2485A0. Grayscale: #949494. Windows color (decimal): -2393505 or 6257371. OLE color: 6257371.

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

Color convert

RGB 219 122 95 -
CMYK 0 0.44 0.57 0.14
HSL 13.06º 0.63% 0.62% -
HSV(B) 13.06º 0.57% 0.86% -
XYZ 38.24 29.81 14.56 -
YUV 147.93 98.14 178.7 -
System Red Green Blue C M Y K H S L
Decimal 219 122 95 0 0.44 0.57 0.14 13.06 0.63 0.62
Hex DB 7A 5F 0 2C 39 E D 3F 3E
Octal 333 172 137 0 54 71 16 15 77 76
Binary 11011011 1111010 1011111 0 101100 111001 1110 1101 111111 111110

Color Harmonies of #DB7A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A5F

Black with #DB7A5F

Text Example


Text Example

White with #DB7A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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