Html Css Color HEX #D9745D Terra Cotta

📋 copy color: '#D9745D'

red 217 ◦ green 116 ◦ blue 93

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

Shades of Terra Cotta #D9745D

Tints of Terra Cotta #D9745D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.23%

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

R = 50.94%
G = 27.23%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9745D (or 0xD9745D) is known color: Terra Cotta. HEX triplet: D9, 74 and 5D. RGB value is (217,116,93). Sum of RGB (Red+Green+Blue) = 217+116+93=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9745D is #268BA2. Grayscale: #8F8F8F. Windows color (decimal): -2526115 or 6124761. OLE color: 6124761.

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

Color convert

RGB 217 116 93 -
CMYK 0 0.47 0.57 0.15
HSL 11.13º 0.62% 0.61% -
HSV(B) 11.13º 0.57% 0.85% -
XYZ 36.84 28.03 13.83 -
YUV 143.58 99.46 180.37 -
System Red Green Blue C M Y K H S L
Decimal 217 116 93 0 0.47 0.57 0.15 11.13 0.62 0.61
Hex D9 74 5D 0 2F 39 F B 3E 3D
Octal 331 164 135 0 57 71 17 13 76 75
Binary 11011001 1110100 1011101 0 101111 111001 1111 1011 111110 111101

Color Harmonies of #D9745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9745D

Black with #D9745D

Text Example


Text Example

White with #D9745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9745D; }

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

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

background-color css

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

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

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

border-color css

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

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

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