Html Css Color HEX #DB705C Terra Cotta

📋 copy color: '#DB705C'

red 219 ◦ green 112 ◦ blue 92

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

Shades of Terra Cotta #DB705C

Tints of Terra Cotta #DB705C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.75%

R = 51.77%
G = 26.48%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB705C (or 0xDB705C) is known color: Terra Cotta. HEX triplet: DB, 70 and 5C. RGB value is (219,112,92). Sum of RGB (Red+Green+Blue) = 219+112+92=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB705C is #248FA3. Grayscale: #8D8D8D. Windows color (decimal): -2396068 or 6058203. OLE color: 6058203.

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

Color convert

RGB 219 112 92 -
CMYK 0 0.49 0.58 0.14
HSL 9.45º 0.64% 0.61% -
HSV(B) 9.45º 0.58% 0.86% -
XYZ 36.94 27.42 13.47 -
YUV 141.71 99.95 183.13 -
System Red Green Blue C M Y K H S L
Decimal 219 112 92 0 0.49 0.58 0.14 9.45 0.64 0.61
Hex DB 70 5C 0 31 3A E 9 40 3D
Octal 333 160 134 0 61 72 16 11 100 75
Binary 11011011 1110000 1011100 0 110001 111010 1110 1001 1000000 111101

Color Harmonies of #DB705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB705C

Black with #DB705C

Text Example


Text Example

White with #DB705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB705C; }

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

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

background-color css

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

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

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

border-color css

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

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

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