Html Css Color HEX #D9735D Terra Cotta

📋 copy color: '#D9735D'

red 217 ◦ green 115 ◦ blue 93

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

Shades of Terra Cotta #D9735D

Tints of Terra Cotta #D9735D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.06%

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

R = 51.06%
G = 27.06%
B = 21.88%

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

#D9735D (or 0xD9735D) is known color: Terra Cotta. HEX triplet: D9, 73 and 5D. RGB value is (217,115,93). Sum of RGB (Red+Green+Blue) = 217+115+93=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D9735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9735D is #268CA2. Grayscale: #8F8F8F. Windows color (decimal): -2526371 or 6124505. OLE color: 6124505.

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

Color convert

RGB 217 115 93 -
CMYK 0 0.47 0.57 0.15
HSL 10.65º 0.62% 0.61% -
HSV(B) 10.65º 0.57% 0.85% -
XYZ 36.72 27.8 13.79 -
YUV 142.99 99.79 180.79 -
System Red Green Blue C M Y K H S L
Decimal 217 115 93 0 0.47 0.57 0.15 10.65 0.62 0.61
Hex D9 73 5D 0 2F 39 F B 3E 3D
Octal 331 163 135 0 57 71 17 13 76 75
Binary 11011001 1110011 1011101 0 101111 111001 1111 1011 111110 111101

Color Harmonies of #D9735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9735D

Black with #D9735D

Text Example


Text Example

White with #D9735D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9735D; }

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

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

background-color css

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

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

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

border-color css

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

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

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