Html Css Color HEX #D9745A Terra Cotta

📋 copy color: '#D9745A'

red 217 ◦ green 116 ◦ blue 90

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

Shades of Terra Cotta #D9745A

Tints of Terra Cotta #D9745A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.28%

R = 51.3%
G = 27.42%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9745A (or 0xD9745A) is known color: Terra Cotta. HEX triplet: D9, 74 and 5A. RGB value is (217,116,90). Sum of RGB (Red+Green+Blue) = 217+116+90=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9745A is #268BA5. Grayscale: #8F8F8F. Windows color (decimal): -2526118 or 5928153. OLE color: 5928153.

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

Color convert

RGB 217 116 90 -
CMYK 0 0.47 0.59 0.15
HSL 12.28º 0.63% 0.6% -
HSV(B) 12.28º 0.59% 0.85% -
XYZ 36.71 27.98 13.14 -
YUV 143.24 97.96 180.61 -
System Red Green Blue C M Y K H S L
Decimal 217 116 90 0 0.47 0.59 0.15 12.28 0.63 0.6
Hex D9 74 5A 0 2F 3B F C 3F 3C
Octal 331 164 132 0 57 73 17 14 77 74
Binary 11011001 1110100 1011010 0 101111 111011 1111 1100 111111 111100

Color Harmonies of #D9745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9745A

Black with #D9745A

Text Example


Text Example

White with #D9745A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9745A; }

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

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

background-color css

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

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

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

border-color css

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

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

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