Html Css Color HEX #D96D5B Terra Cotta

📋 copy color: '#D96D5B'

red 217 ◦ green 109 ◦ blue 91

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

Shades of Terra Cotta #D96D5B

Tints of Terra Cotta #D96D5B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.14%

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

R = 52.04%
G = 26.14%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D96D5B (or 0xD96D5B) is known color: Terra Cotta. HEX triplet: D9, 6D and 5B. RGB value is (217,109,91). Sum of RGB (Red+Green+Blue) = 217+109+91=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96D5B is #2692A4. Grayscale: #8B8B8B. Windows color (decimal): -2527909 or 5991897. OLE color: 5991897.

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

Color convert

RGB 217 109 91 -
CMYK 0 0.50 0.58 0.15
HSL 8.57º 0.62% 0.6% -
HSV(B) 8.57º 0.58% 0.85% -
XYZ 35.97 26.44 13.11 -
YUV 139.24 100.78 183.46 -
System Red Green Blue C M Y K H S L
Decimal 217 109 91 0 0.50 0.58 0.15 8.57 0.62 0.6
Hex D9 6D 5B 0 32 3A F 9 3E 3C
Octal 331 155 133 0 62 72 17 11 76 74
Binary 11011001 1101101 1011011 0 110010 111010 1111 1001 111110 111100

Color Harmonies of #D96D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96D5B

Black with #D96D5B

Text Example


Text Example

White with #D96D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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