Html Css Color HEX #D9785D Terra Cotta

📋 copy color: '#D9785D'

red 217 ◦ green 120 ◦ blue 93

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

Shades of Terra Cotta #D9785D

Tints of Terra Cotta #D9785D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.63%

R = 50.47%
G = 27.91%
B = 21.63%

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

#D9785D (or 0xD9785D) is known color: Terra Cotta. HEX triplet: D9, 78 and 5D. RGB value is (217,120,93). Sum of RGB (Red+Green+Blue) = 217+120+93=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D9785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9785D is #2687A2. Grayscale: #929292. Windows color (decimal): -2525091 or 6125785. OLE color: 6125785.

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

Color convert

RGB 217 120 93 -
CMYK 0 0.45 0.57 0.15
HSL 13.06º 0.62% 0.61% -
HSV(B) 13.06º 0.57% 0.85% -
XYZ 37.31 28.97 13.98 -
YUV 145.93 98.14 178.7 -
System Red Green Blue C M Y K H S L
Decimal 217 120 93 0 0.45 0.57 0.15 13.06 0.62 0.61
Hex D9 78 5D 0 2D 39 F D 3E 3D
Octal 331 170 135 0 55 71 17 15 76 75
Binary 11011001 1111000 1011101 0 101101 111001 1111 1101 111110 111101

Color Harmonies of #D9785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9785D

Black with #D9785D

Text Example


Text Example

White with #D9785D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9785D; }

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

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

background-color css

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

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

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

border-color css

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

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

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