Html Css Color HEX #D9775B Terra Cotta

📋 copy color: '#D9775B'

red 217 ◦ green 119 ◦ blue 91

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

Shades of Terra Cotta #D9775B

Tints of Terra Cotta #D9775B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.31%

R = 50.82%
G = 27.87%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9775B (or 0xD9775B) is known color: Terra Cotta. HEX triplet: D9, 77 and 5B. RGB value is (217,119,91). Sum of RGB (Red+Green+Blue) = 217+119+91=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9775B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9775B is #2688A4. Grayscale: #919191. Windows color (decimal): -2525349 or 5994457. OLE color: 5994457.

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

Color convert

RGB 217 119 91 -
CMYK 0 0.45 0.58 0.15
HSL 13.33º 0.62% 0.6% -
HSV(B) 13.33º 0.58% 0.85% -
XYZ 37.1 28.7 13.48 -
YUV 145.11 97.47 179.28 -
System Red Green Blue C M Y K H S L
Decimal 217 119 91 0 0.45 0.58 0.15 13.33 0.62 0.6
Hex D9 77 5B 0 2D 3A F D 3E 3C
Octal 331 167 133 0 55 72 17 15 76 74
Binary 11011001 1110111 1011011 0 101101 111010 1111 1101 111110 111100

Color Harmonies of #D9775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9775B

Black with #D9775B

Text Example


Text Example

White with #D9775B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9775B; }

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

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

background-color css

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

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

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

border-color css

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

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

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