Html Css Color HEX #D9785E Terra Cotta

📋 copy color: '#D9785E'

red 217 ◦ green 120 ◦ blue 94

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

Shades of Terra Cotta #D9785E

Tints of Terra Cotta #D9785E

RGB

 RED value IS 217 (85.16% from 255) = 50.35%

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

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

R = 50.35%
G = 27.84%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9785E (or 0xD9785E) is known color: Terra Cotta. HEX triplet: D9, 78 and 5E. RGB value is (217,120,94). Sum of RGB (Red+Green+Blue) = 217+120+94=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D9785E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9785E is #2687A1. Grayscale: #929292. Windows color (decimal): -2525090 or 6191321. OLE color: 6191321.

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

Color convert

RGB 217 120 94 -
CMYK 0 0.45 0.57 0.15
HSL 12.68º 0.62% 0.61% -
HSV(B) 12.68º 0.57% 0.85% -
XYZ 37.35 28.99 14.22 -
YUV 146.04 98.64 178.61 -
System Red Green Blue C M Y K H S L
Decimal 217 120 94 0 0.45 0.57 0.15 12.68 0.62 0.61
Hex D9 78 5E 0 2D 39 F D 3E 3D
Octal 331 170 136 0 55 71 17 15 76 75
Binary 11011001 1111000 1011110 0 101101 111001 1111 1101 111110 111101

Color Harmonies of #D9785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9785E

Black with #D9785E

Text Example


Text Example

White with #D9785E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9785E; }

 p { color: rgb(217,120,94); }

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

background-color css

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

 a { background-color: rgb(217,120,94); }

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

border-color css

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

 span { border-color: rgb(217,120,94); }

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