Html Css Color HEX #D9735F Terra Cotta

📋 copy color: '#D9735F'

red 217 ◦ green 115 ◦ blue 95

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

Shades of Terra Cotta #D9735F

Tints of Terra Cotta #D9735F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.25%

R = 50.82%
G = 26.93%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9735F (or 0xD9735F) is known color: Terra Cotta. HEX triplet: D9, 73 and 5F. RGB value is (217,115,95). Sum of RGB (Red+Green+Blue) = 217+115+95=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9735F is #268CA0. Grayscale: #8F8F8F. Windows color (decimal): -2526369 or 6255577. OLE color: 6255577.

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

Color convert

RGB 217 115 95 -
CMYK 0 0.47 0.56 0.15
HSL 9.84º 0.62% 0.61% -
HSV(B) 9.84º 0.56% 0.85% -
XYZ 36.81 27.84 14.26 -
YUV 143.22 100.79 180.63 -
System Red Green Blue C M Y K H S L
Decimal 217 115 95 0 0.47 0.56 0.15 9.84 0.62 0.61
Hex D9 73 5F 0 2F 38 F A 3E 3D
Octal 331 163 137 0 57 70 17 12 76 75
Binary 11011001 1110011 1011111 0 101111 111000 1111 1010 111110 111101

Color Harmonies of #D9735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9735F

Black with #D9735F

Text Example


Text Example

White with #D9735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9735F; }

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

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

background-color css

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

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

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

border-color css

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

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

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