Html Css Color HEX #D96C5A Terra Cotta

📋 copy color: '#D96C5A'

red 217 ◦ green 108 ◦ blue 90

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

Shades of Terra Cotta #D96C5A

Tints of Terra Cotta #D96C5A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.02%

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

R = 52.29%
G = 26.02%
B = 21.69%

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

#D96C5A (or 0xD96C5A) is known color: Terra Cotta. HEX triplet: D9, 6C and 5A. RGB value is (217,108,90). Sum of RGB (Red+Green+Blue) = 217+108+90=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96C5A is #2693A5. Grayscale: #8A8A8A. Windows color (decimal): -2528166 or 5926105. OLE color: 5926105.

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

Color convert

RGB 217 108 90 -
CMYK 0 0.50 0.59 0.15
HSL 8.5º 0.63% 0.6% -
HSV(B) 8.5º 0.59% 0.85% -
XYZ 35.82 26.22 12.84 -
YUV 138.54 100.61 183.96 -
System Red Green Blue C M Y K H S L
Decimal 217 108 90 0 0.50 0.59 0.15 8.5 0.63 0.6
Hex D9 6C 5A 0 32 3B F 9 3F 3C
Octal 331 154 132 0 62 73 17 11 77 74
Binary 11011001 1101100 1011010 0 110010 111011 1111 1001 111111 111100

Color Harmonies of #D96C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96C5A

Black with #D96C5A

Text Example


Text Example

White with #D96C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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