Html Css Color HEX #D9775D Terra Cotta

📋 copy color: '#D9775D'

red 217 ◦ green 119 ◦ blue 93

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

Shades of Terra Cotta #D9775D

Tints of Terra Cotta #D9775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.74%

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

R = 50.58%
G = 27.74%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9775D (or 0xD9775D) is known color: Terra Cotta. HEX triplet: D9, 77 and 5D. RGB value is (217,119,93). Sum of RGB (Red+Green+Blue) = 217+119+93=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D9775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9775D is #2688A2. Grayscale: #919191. Windows color (decimal): -2525347 or 6125529. OLE color: 6125529.

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

Color convert

RGB 217 119 93 -
CMYK 0 0.45 0.57 0.15
HSL 12.58º 0.62% 0.61% -
HSV(B) 12.58º 0.57% 0.85% -
XYZ 37.19 28.74 13.94 -
YUV 145.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 217 119 93 0 0.45 0.57 0.15 12.58 0.62 0.61
Hex D9 77 5D 0 2D 39 F D 3E 3D
Octal 331 167 135 0 55 71 17 15 76 75
Binary 11011001 1110111 1011101 0 101101 111001 1111 1101 111110 111101

Color Harmonies of #D9775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9775D

Black with #D9775D

Text Example


Text Example

White with #D9775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9775D; }

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

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

background-color css

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

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

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

border-color css

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

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

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