Html Css Color HEX #D9735E Terra Cotta

📋 copy color: '#D9735E'

red 217 ◦ green 115 ◦ blue 94

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

Shades of Terra Cotta #D9735E

Tints of Terra Cotta #D9735E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.07%

R = 50.94%
G = 27%
B = 22.07%

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

#D9735E (or 0xD9735E) is known color: Terra Cotta. HEX triplet: D9, 73 and 5E. RGB value is (217,115,94). Sum of RGB (Red+Green+Blue) = 217+115+94=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9735E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9735E is #268CA1. Grayscale: #8F8F8F. Windows color (decimal): -2526370 or 6190041. OLE color: 6190041.

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

Color convert

RGB 217 115 94 -
CMYK 0 0.47 0.57 0.15
HSL 10.24º 0.62% 0.61% -
HSV(B) 10.24º 0.57% 0.85% -
XYZ 36.77 27.82 14.02 -
YUV 143.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 217 115 94 0 0.47 0.57 0.15 10.24 0.62 0.61
Hex D9 73 5E 0 2F 39 F A 3E 3D
Octal 331 163 136 0 57 71 17 12 76 75
Binary 11011001 1110011 1011110 0 101111 111001 1111 1010 111110 111101

Color Harmonies of #D9735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9735E

Black with #D9735E

Text Example


Text Example

White with #D9735E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9735E; }

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

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

background-color css

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

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

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

border-color css

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

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

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