Html Css Color HEX #D96C54 Terra Cotta

📋 copy color: '#D96C54'

red 217 ◦ green 108 ◦ blue 84

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

Shades of Terra Cotta #D96C54

Tints of Terra Cotta #D96C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.54%

R = 53.06%
G = 26.41%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D96C54 (or 0xD96C54) is known color: Terra Cotta. HEX triplet: D9, 6C and 54. RGB value is (217,108,84). Sum of RGB (Red+Green+Blue) = 217+108+84=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96C54 is #2693AB. Grayscale: #8A8A8A. Windows color (decimal): -2528172 or 5532889. OLE color: 5532889.

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

Color convert

RGB 217 108 84 -
CMYK 0 0.50 0.61 0.15
HSL 10.83º 0.64% 0.59% -
HSV(B) 10.83º 0.61% 0.85% -
XYZ 35.58 26.12 11.55 -
YUV 137.86 97.61 184.45 -
System Red Green Blue C M Y K H S L
Decimal 217 108 84 0 0.50 0.61 0.15 10.83 0.64 0.59
Hex D9 6C 54 0 32 3D F B 40 3B
Octal 331 154 124 0 62 75 17 13 100 73
Binary 11011001 1101100 1010100 0 110010 111101 1111 1011 1000000 111011

Color Harmonies of #D96C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96C54

Black with #D96C54

Text Example


Text Example

White with #D96C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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