Html Css Color HEX #D9775F Terra Cotta

📋 copy color: '#D9775F'

red 217 ◦ green 119 ◦ blue 95

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

Shades of Terra Cotta #D9775F

Tints of Terra Cotta #D9775F

RGB

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

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

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

R = 50.35%
G = 27.61%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9775F (or 0xD9775F) is known color: Terra Cotta. HEX triplet: D9, 77 and 5F. RGB value is (217,119,95). Sum of RGB (Red+Green+Blue) = 217+119+95=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D9775F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9775F is #2688A0. Grayscale: #919191. Windows color (decimal): -2525345 or 6256601. OLE color: 6256601.

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

Color convert

RGB 217 119 95 -
CMYK 0 0.45 0.56 0.15
HSL 11.8º 0.62% 0.61% -
HSV(B) 11.8º 0.56% 0.85% -
XYZ 37.28 28.77 14.42 -
YUV 145.57 99.47 178.95 -
System Red Green Blue C M Y K H S L
Decimal 217 119 95 0 0.45 0.56 0.15 11.8 0.62 0.61
Hex D9 77 5F 0 2D 38 F C 3E 3D
Octal 331 167 137 0 55 70 17 14 76 75
Binary 11011001 1110111 1011111 0 101101 111000 1111 1100 111110 111101

Color Harmonies of #D9775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9775F

Black with #D9775F

Text Example


Text Example

White with #D9775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9775F; }

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

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

background-color css

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

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

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

border-color css

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

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

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