Html Css Color HEX #DB705E Terra Cotta

📋 copy color: '#DB705E'

red 219 ◦ green 112 ◦ blue 94

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

Shades of Terra Cotta #DB705E

Tints of Terra Cotta #DB705E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.35%

 BLUE value IS 94 (37.11% from 255) = 22.12%

R = 51.53%
G = 26.35%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB705E (or 0xDB705E) is known color: Terra Cotta. HEX triplet: DB, 70 and 5E. RGB value is (219,112,94). Sum of RGB (Red+Green+Blue) = 219+112+94=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB705E is #248FA1. Grayscale: #8E8E8E. Windows color (decimal): -2396066 or 6189275. OLE color: 6189275.

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

Color convert

RGB 219 112 94 -
CMYK 0 0.49 0.57 0.14
HSL 8.64º 0.63% 0.61% -
HSV(B) 8.64º 0.57% 0.86% -
XYZ 37.03 27.46 13.94 -
YUV 141.94 100.95 182.96 -
System Red Green Blue C M Y K H S L
Decimal 219 112 94 0 0.49 0.57 0.14 8.64 0.63 0.61
Hex DB 70 5E 0 31 39 E 9 3F 3D
Octal 333 160 136 0 61 71 16 11 77 75
Binary 11011011 1110000 1011110 0 110001 111001 1110 1001 111111 111101

Color Harmonies of #DB705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB705E

Black with #DB705E

Text Example


Text Example

White with #DB705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB705E; }

 p { color: rgb(219,112,94); }

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

background-color css

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

 a { background-color: rgb(219,112,94); }

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

border-color css

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

 span { border-color: rgb(219,112,94); }

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