Html Css Color HEX #D9795D Terra Cotta

📋 copy color: '#D9795D'

red 217 ◦ green 121 ◦ blue 93

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

Shades of Terra Cotta #D9795D

Tints of Terra Cotta #D9795D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.07%

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

R = 50.35%
G = 28.07%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9795D (or 0xD9795D) is known color: Terra Cotta. HEX triplet: D9, 79 and 5D. RGB value is (217,121,93). Sum of RGB (Red+Green+Blue) = 217+121+93=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D9795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9795D is #2686A2. Grayscale: #929292. Windows color (decimal): -2524835 or 6126041. OLE color: 6126041.

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

Color convert

RGB 217 121 93 -
CMYK 0 0.44 0.57 0.15
HSL 13.55º 0.62% 0.61% -
HSV(B) 13.55º 0.57% 0.85% -
XYZ 37.43 29.22 14.02 -
YUV 146.51 97.8 178.28 -
System Red Green Blue C M Y K H S L
Decimal 217 121 93 0 0.44 0.57 0.15 13.55 0.62 0.61
Hex D9 79 5D 0 2C 39 F E 3E 3D
Octal 331 171 135 0 54 71 17 16 76 75
Binary 11011001 1111001 1011101 0 101100 111001 1111 1110 111110 111101

Color Harmonies of #D9795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9795D

Black with #D9795D

Text Example


Text Example

White with #D9795D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9795D; }

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

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

background-color css

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

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

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

border-color css

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

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

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