Html Css Color HEX #D9705C Terra Cotta

📋 copy color: '#D9705C'

red 217 ◦ green 112 ◦ blue 92

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

Shades of Terra Cotta #D9705C

Tints of Terra Cotta #D9705C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.6%

 BLUE value IS 92 (36.33% from 255) = 21.85%

R = 51.54%
G = 26.6%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9705C (or 0xD9705C) is known color: Terra Cotta. HEX triplet: D9, 70 and 5C. RGB value is (217,112,92). Sum of RGB (Red+Green+Blue) = 217+112+92=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D9705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9705C is #268FA3. Grayscale: #8D8D8D. Windows color (decimal): -2527140 or 6058201. OLE color: 6058201.

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

Color convert

RGB 217 112 92 -
CMYK 0 0.48 0.58 0.15
HSL 9.6º 0.62% 0.61% -
HSV(B) 9.6º 0.58% 0.85% -
XYZ 36.34 27.11 13.44 -
YUV 141.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 217 112 92 0 0.48 0.58 0.15 9.6 0.62 0.61
Hex D9 70 5C 0 30 3A F A 3E 3D
Octal 331 160 134 0 60 72 17 12 76 75
Binary 11011001 1110000 1011100 0 110000 111010 1111 1010 111110 111101

Color Harmonies of #D9705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9705C

Black with #D9705C

Text Example


Text Example

White with #D9705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9705C; }

 p { color: rgb(217,112,92); }

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

background-color css

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

 a { background-color: rgb(217,112,92); }

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

border-color css

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

 span { border-color: rgb(217,112,92); }

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