Html Css Color HEX #DA785B Terra Cotta

📋 copy color: '#DA785B'

red 218 ◦ green 120 ◦ blue 91

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

Shades of Terra Cotta #DA785B

Tints of Terra Cotta #DA785B

RGB

 RED value IS 218 (85.55% from 255) = 50.82%

 GREEN value IS 120 (47.27% from 255) = 27.97%

 BLUE value IS 91 (35.94% from 255) = 21.21%

R = 50.82%
G = 27.97%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA785B (or 0xDA785B) is known color: Terra Cotta. HEX triplet: DA, 78 and 5B. RGB value is (218,120,91). Sum of RGB (Red+Green+Blue) = 218+120+91=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA785B is #2587A4. Grayscale: #929292. Windows color (decimal): -2459557 or 5994714. OLE color: 5994714.

HSL color Cylindrical-coordinate representation of color #DA785B: hue angle of 13.7º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA785B is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 120 91 -
CMYK 0 0.45 0.58 0.15
HSL 13.7º 0.63% 0.61% -
HSV(B) 13.7º 0.58% 0.85% -
XYZ 37.52 29.09 13.54 -
YUV 146 96.97 179.36 -
System Red Green Blue C M Y K H S L
Decimal 218 120 91 0 0.45 0.58 0.15 13.7 0.63 0.61
Hex DA 78 5B 0 2D 3A F E 3F 3D
Octal 332 170 133 0 55 72 17 16 77 75
Binary 11011010 1111000 1011011 0 101101 111010 1111 1110 111111 111101

Color Harmonies of #DA785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA785B

Black with #DA785B

Text Example


Text Example

White with #DA785B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA785B; }

 p { color: rgb(218,120,91); }

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

background-color css

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

 a { background-color: rgb(218,120,91); }

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

border-color css

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

 span { border-color: rgb(218,120,91); }

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