Html Css Color HEX #D96D5A Terra Cotta

📋 copy color: '#D96D5A'

red 217 ◦ green 109 ◦ blue 90

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

Shades of Terra Cotta #D96D5A

Tints of Terra Cotta #D96D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.63%

R = 52.16%
G = 26.2%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D96D5A (or 0xD96D5A) is known color: Terra Cotta. HEX triplet: D9, 6D and 5A. RGB value is (217,109,90). Sum of RGB (Red+Green+Blue) = 217+109+90=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96D5A is #2692A5. Grayscale: #8B8B8B. Windows color (decimal): -2527910 or 5926361. OLE color: 5926361.

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

Color convert

RGB 217 109 90 -
CMYK 0 0.50 0.59 0.15
HSL 8.98º 0.63% 0.6% -
HSV(B) 8.98º 0.59% 0.85% -
XYZ 35.93 26.43 12.88 -
YUV 139.13 100.28 183.54 -
System Red Green Blue C M Y K H S L
Decimal 217 109 90 0 0.50 0.59 0.15 8.98 0.63 0.6
Hex D9 6D 5A 0 32 3B F 9 3F 3C
Octal 331 155 132 0 62 73 17 11 77 74
Binary 11011001 1101101 1011010 0 110010 111011 1111 1001 111111 111100

Color Harmonies of #D96D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96D5A

Black with #D96D5A

Text Example


Text Example

White with #D96D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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