Html Css Color HEX #D9745C Terra Cotta

📋 copy color: '#D9745C'

red 217 ◦ green 116 ◦ blue 92

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

Shades of Terra Cotta #D9745C

Tints of Terra Cotta #D9745C

RGB

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

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

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

R = 51.06%
G = 27.29%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9745C (or 0xD9745C) is known color: Terra Cotta. HEX triplet: D9, 74 and 5C. RGB value is (217,116,92). Sum of RGB (Red+Green+Blue) = 217+116+92=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D9745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9745C is #268BA3. Grayscale: #8F8F8F. Windows color (decimal): -2526116 or 6059225. OLE color: 6059225.

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

Color convert

RGB 217 116 92 -
CMYK 0 0.47 0.58 0.15
HSL 11.52º 0.62% 0.61% -
HSV(B) 11.52º 0.58% 0.85% -
XYZ 36.79 28.02 13.59 -
YUV 143.46 98.96 180.45 -
System Red Green Blue C M Y K H S L
Decimal 217 116 92 0 0.47 0.58 0.15 11.52 0.62 0.61
Hex D9 74 5C 0 2F 3A F C 3E 3D
Octal 331 164 134 0 57 72 17 14 76 75
Binary 11011001 1110100 1011100 0 101111 111010 1111 1100 111110 111101

Color Harmonies of #D9745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9745C

Black with #D9745C

Text Example


Text Example

White with #D9745C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9745C; }

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

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

background-color css

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

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

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

border-color css

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

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

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