#D9735A

Color #D9735A Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #D9735A

Tints of Terra Cotta #D9735A

Color information

#D9735A (or 0xD9735A) is unknown color: approx Terra Cotta. HEX triplet: D9, 73 and 5A. RGB value is (217,115,90). Sum of RGB (Red+Green+Blue) = 217+115+90=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D9735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9735A is #268CA5. Grayscale: #8E8E8E. Windows color (decimal): -2526374 or 5927897. OLE color: 5927897.

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

Color convert

RGB21711590-
CMYK00.470.590.15
HSL11.81º62.56%60.2%-
HSV(B)11.81º58.53%85.1%-
XYZ36.5927.7513.1-
YUV142.6598.29181.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.42%
GREEN value IS 115 (45.31% from 255) = 27.25%
BLUE value IS 90 (35.55% from 255) = 21.33%
R=51.42%
G=27.25%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171159000.470.590.1511.8162.5660.2
HexD9735A02F3BFc3f3c
Octal3311631320577317147774
Binary1101100111100111011010010111111101111111100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9735A; }

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

 H1.HeaderClassName
 {
   color: #D9735A;
 }
 .AnyTagClassName
 {
   color: #D9735A;
 }
</style>
background-color css

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

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

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

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

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

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